Message ID | 20210326231608.24407-6-unixbhaskar@gmail.com |
---|---|
State | New |
Headers | show |
Series | ipv6: route.c: A spello fix | expand |
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 1536f4948e86..dfe5fb260e4c 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -6093,7 +6093,7 @@ void fib6_info_hw_flags_set(struct net *net, struct fib6_info *f6i, if (!rcu_access_pointer(f6i->fib6_node)) /* The route was removed from the tree, do not send - * notfication. + * notification. */ return;
s/notfication/notification/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- net/ipv6/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.26.2