Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: remove comment in ndisc_router_discovery

Removes superfluous (and misplaced) comment from ndisc_router_discovery.

Signed-off-by: Patrick Rohr <prohr@google.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20230726184742.342825-1-prohr@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Patrick Rohr and committed by
Jakub Kicinski
ef27ba5c 014acf26

-4
-4
net/ipv6/ndisc.c
··· 1266 1266 } 1267 1267 #endif 1268 1268 1269 - /* 1270 - * set the RA_RECV flag in the interface 1271 - */ 1272 - 1273 1269 in6_dev = __in6_dev_get(skb->dev); 1274 1270 if (!in6_dev) { 1275 1271 ND_PRINTK(0, err, "RA: can't find inet6 device for %s\n",