octeontx2-af: fix spelling mistake "backpessure" -> "backpressure"
authorColin Ian King <colin.king@canonical.com>
Tue, 3 Mar 2020 07:54:37 +0000 (07:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2020 22:55:10 +0000 (14:55 -0800)
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>
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c

index 80b1e39..36953d4 100644 (file)
@@ -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;
                }