Skip to content

Commit

Permalink
octeontx2-af: fix spelling mistake "backpessure" -> "backpressure"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dev_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Mar 3, 2020
1 parent ca68e13 commit a7442ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ int rvu_mbox_handler_nix_bp_enable(struct rvu *rvu,

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

Expand Down

0 comments on commit a7442ec

Please sign in to comment.