diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 00:12:41 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 02:31:13 +0200 |
commit | 89e8347f0ff4b8bfe23e174e6661902582754394 (patch) | |
tree | dc047169ca2e28fbaaa6a1d7567d3cf14d48eca8 /net/ipv6/route.c | |
parent | ipv6: addrconf.c: Fix a typo (diff) | |
download | linux-89e8347f0ff4b8bfe23e174e6661902582754394.tar.xz linux-89e8347f0ff4b8bfe23e174e6661902582754394.zip |
ipv6: route.c: A spello fix
s/notfication/notification/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | net/ipv6/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index ebb7519bec2a..d99dd4d36252 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -6075,7 +6075,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; |