Skip to content

Commit a7442ec

Browse files
Colin Ian Kingdavem330
authored andcommitted
octeontx2-af: fix spelling mistake "backpessure" -> "backpressure"
There is a spelling mistake in a dev_warn message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ca68e13 commit a7442ec

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/marvell/octeontx2/af

1 file changed

+1
-1
lines changed

drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ int rvu_mbox_handler_nix_bp_enable(struct rvu *rvu,
393393

394394
for (chan = chan_base; chan < (chan_base + req->chan_cnt); chan++) {
395395
if (bpid < 0) {
396-
dev_warn(rvu->dev, "Fail to enable backpessure\n");
396+
dev_warn(rvu->dev, "Fail to enable backpressure\n");
397397
return -EINVAL;
398398
}
399399

0 commit comments

Comments
 (0)