diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-03-03 07:54:37 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-03 14:55:10 -0800 |
commit | a7442ec3bf89c244328cb50a66d549e9172bad52 (patch) | |
tree | 4deff652917ec6d36780957a7d634890ffb3b309 /drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c | |
parent | ca68e1384fd1c807e65c8f93d70f55690563e3cf (diff) | |
download | lwn-a7442ec3bf89c244328cb50a66d549e9172bad52.tar.gz lwn-a7442ec3bf89c244328cb50a66d549e9172bad52.zip |
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 <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c')
-rw-r--r-- | drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c index 80b1e39b0768..36953d4f51c7 100644 --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c @@ -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; } |