Re: [PATCH linux-next] ipv6: fix missing braces in ip6_tnl_add_linklocal

2013-08-21 Thread David Miller
I already reverted the change in question. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH linux-next] ipv6: fix missing braces in ip6_tnl_add_linklocal

2013-08-21 Thread Vincent Stehlé
Braces have been removed by mistake by commit df8372c 'ipv6: fix checkpatch errors in net/ipv6/addrconf.c'. This fixes the following compilation warning: net/ipv6/addrconf.c: In function ‘addrconf_notify’: net/ipv6/addrconf.c:2793:22: warning: ‘link_dev’ may be used uninitialized in this fun