Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
David S. Miller
a7442ec3 ca68e138

+1 -1
+1 -1
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
··· 393 393 394 394 for (chan = chan_base; chan < (chan_base + req->chan_cnt); chan++) { 395 395 if (bpid < 0) { 396 - dev_warn(rvu->dev, "Fail to enable backpessure\n"); 396 + dev_warn(rvu->dev, "Fail to enable backpressure\n"); 397 397 return -EINVAL; 398 398 } 399 399