forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
ca68e1384f
commit
a7442ec3bf
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user