From: Colin Ian King Date: Tue, 3 Mar 2020 07:54:37 +0000 (+0000) Subject: octeontx2-af: fix spelling mistake "backpessure" -> "backpressure" X-Git-Tag: Ubuntu-5.13.0-19.19~6375^2~263 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a7442ec3bf89c244328cb50a66d549e9172bad52;p=mirror_ubuntu-jammy-kernel.git 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 Signed-off-by: David S. Miller --- 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; }