mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
octeontx2-pf: Fix spelling mistake "ratelimitter" -> "ratelimiter"
There is a spelling mistake in an error 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
140960564d
commit
745740ac56
|
|
@ -176,7 +176,7 @@ static int otx2_tc_egress_matchall_install(struct otx2_nic *nic,
|
|||
|
||||
if (nic->flags & OTX2_FLAG_TC_MATCHALL_EGRESS_ENABLED) {
|
||||
NL_SET_ERR_MSG_MOD(extack,
|
||||
"Only one Egress MATCHALL ratelimitter can be offloaded");
|
||||
"Only one Egress MATCHALL ratelimiter can be offloaded");
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user