projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7275a7e
)
net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 18 Apr 2019 10:39:18 +0000
(11:39 +0100)
committer
David S. Miller
<davem@davemloft.net>
Thu, 18 Apr 2019 17:44:17 +0000
(10:44 -0700)
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>
net/ipv6/addrlabel.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/addrlabel.c
b/net/ipv6/addrlabel.c
index d43d076c98f5d30b058a49b5e477e76e9d97aec8..1766325423b5dad4d8c95c85605dc571248ba6d1 100644
(file)
--- a/
net/ipv6/addrlabel.c
+++ b/
net/ipv6/addrlabel.c
@@
-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 reque
w
st");
+ NL_SET_ERR_MSG_MOD(extack, "Invalid data after header for address label dump request");
return -EINVAL;
}