diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-03-13 12:25:34 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-13 19:23:33 +0100 |
commit | 5ec82c49a21a3e50b0011d8c85c119e16c6413a0 (patch) | |
tree | 613bcf8c7f87c01c5e2bc9d7af7d9374bca43036 /net/ethtool/rings.c | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (diff) | |
download | linux-5ec82c49a21a3e50b0011d8c85c119e16c6413a0.tar.xz linux-5ec82c49a21a3e50b0011d8c85c119e16c6413a0.zip |
ethtool: fix spelling mistake "exceeeds" -> "exceeds"
There are a couple of spelling mistakes in NL_SET_ERR_MSG_ATTR messages.
Fix these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethtool/rings.c')
-rw-r--r-- | net/ethtool/rings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool/rings.c b/net/ethtool/rings.c index c2ebf72be217..5422526f4eef 100644 --- a/net/ethtool/rings.c +++ b/net/ethtool/rings.c @@ -181,7 +181,7 @@ int ethnl_set_rings(struct sk_buff *skb, struct genl_info *info) if (err_attr) { ret = -EINVAL; NL_SET_ERR_MSG_ATTR(info->extack, err_attr, - "requested ring size exceeeds maximum"); + "requested ring size exceeds maximum"); goto out_ops; } |