octeontx2-pf: Fix spelling mistake "ratelimitter" -> "ratelimiter"
authorColin Ian King <colin.king@canonical.com>
Fri, 19 Mar 2021 09:54:53 +0000 (09:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 19:10:49 +0000 (12:10 -0700)
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>
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c

index e919140..51157b2 100644 (file)
@@ -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;
        }