From: Bhaskar Chowdhury Date: Fri, 26 Mar 2021 23:12:41 +0000 (+0530) Subject: ipv6: route.c: A spello fix X-Git-Tag: howlett/maple/20220722_2~3257^2~359 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=89e8347f0ff4b8bfe23e174e6661902582754394;p=users%2Fjedix%2Flinux-maple.git ipv6: route.c: A spello fix s/notfication/notification/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: David S. Miller --- 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;