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

ipv6: trivial whitespace fix

Change brace placement to be in line with coding standards

Signed-off-by: Ian Morris <ipm@chirality.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ian Morris and committed by
David S. Miller
ec120da6 f4a3e90b

+2 -1
+2 -1
net/ipv6/udp.c
··· 1496 1496 return udp_proc_register(net, &udp6_seq_afinfo); 1497 1497 } 1498 1498 1499 - void udp6_proc_exit(struct net *net) { 1499 + void udp6_proc_exit(struct net *net) 1500 + { 1500 1501 udp_proc_unregister(net, &udp6_seq_afinfo); 1501 1502 } 1502 1503 #endif /* CONFIG_PROC_FS */