diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-04-18 06:39:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-18 13:44:17 -0400 |
commit | d5f6db353829fe3867bbf9cd73fd8d631e2346f1 (patch) | |
tree | 8c11492ea5c768f9fa7f26ede5a1b19eb1a97382 /net | |
parent | 7275a7edf9c8518f5cd439b10f25e35ee849b2c2 (diff) |
net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"
There is a spelling mistake in a NL_SET_ERR_MSG_MOD error message,
fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/addrlabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/addrlabel.c b/net/ipv6/addrlabel.c index d43d076c98f5..1766325423b5 100644 --- a/net/ipv6/addrlabel.c +++ b/net/ipv6/addrlabel.c | |||
@@ -476,7 +476,7 @@ static int ip6addrlbl_valid_dump_req(const struct nlmsghdr *nlh, | |||
476 | } | 476 | } |
477 | 477 | ||
478 | if (nlmsg_attrlen(nlh, sizeof(*ifal))) { | 478 | if (nlmsg_attrlen(nlh, sizeof(*ifal))) { |
479 | NL_SET_ERR_MSG_MOD(extack, "Invalid data after header for address label dump requewst"); | 479 | NL_SET_ERR_MSG_MOD(extack, "Invalid data after header for address label dump request"); |
480 | return -EINVAL; | 480 | return -EINVAL; |
481 | } | 481 | } |
482 | 482 | ||