[PATCH] octeontx2-af: fix spelling mistake "backpessure" -> "backpressure"

Subsystems: marvell octeontx2 rvu admin function driver, networking drivers, the rest

STALE2379d

2 messages, 2 authors, 2020-03-03 · open the first message on its own page

[PATCH] octeontx2-af: fix spelling mistake "backpessure" -> "backpressure"

From: Colin King <hidden>
Date: 2020-03-03 07:54:44

From: Colin Ian King <redacted>

There is a spelling mistake in a dev_warn message. Fix it.

Signed-off-by: Colin Ian King <redacted>
---
 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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;
 		}
 
-- 
2.25.0

Re: [PATCH] octeontx2-af: fix spelling mistake "backpessure" -> "backpressure"

From: David Miller <davem@davemloft.net>
Date: 2020-03-03 22:56:06

From: Colin King <redacted>
Date: Tue,  3 Mar 2020 07:54:37 +0000
From: Colin Ian King <redacted>

There is a spelling mistake in a dev_warn message. Fix it.

Signed-off-by: Colin Ian King <redacted>
Please specify the appropriate target tree in your patch submissions,
this patch only applies to net-next because that's the only place
where the octeontx2-af changes exist that you are changing.

Applied, thank you.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help