projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
355f948
)
ipv6: fix spelling mistake: "wtih" -> "with"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 6 Jun 2019 08:40:39 +0000
(09:40 +0100)
committer
David S. Miller
<davem@davemloft.net>
Thu, 6 Jun 2019 17:37:28 +0000
(10:37 -0700)
There is a spelling mistake in a NL_SET_ERR_MSG message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c
patch
|
blob
|
history
diff --git
a/net/ipv6/route.c
b/net/ipv6/route.c
index df5be3d5d3e529152000acaf222d33ae2f4e32a5..f42fe3dcb8c6a61d1bd396bb582282eac896efcf 100644
(file)
--- a/
net/ipv6/route.c
+++ b/
net/ipv6/route.c
@@
-3346,7
+3346,7
@@
static struct fib6_info *ip6_route_info_create(struct fib6_config *cfg,
goto out;
}
if (rt->fib6_src.plen) {
- NL_SET_ERR_MSG(extack, "Nexthops can not be used w
ti
h source routing");
+ NL_SET_ERR_MSG(extack, "Nexthops can not be used w
it
h source routing");
goto out;
}
rt->nh = nh;