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>
This commit is contained in:
parent
7275a7edf9
commit
d5f6db3538
|
@ -476,7 +476,7 @@ static int ip6addrlbl_valid_dump_req(const struct nlmsghdr *nlh,
|
|||
}
|
||||
|
||||
if (nlmsg_attrlen(nlh, sizeof(*ifal))) {
|
||||
NL_SET_ERR_MSG_MOD(extack, "Invalid data after header for address label dump requewst");
|
||||
NL_SET_ERR_MSG_MOD(extack, "Invalid data after header for address label dump request");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue