forked from Minki/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>
This commit is contained in:
parent
f4a3e90ba5
commit
ec120da6f0
@ -1496,7 +1496,8 @@ int __net_init udp6_proc_init(struct net *net)
|
||||
return udp_proc_register(net, &udp6_seq_afinfo);
|
||||
}
|
||||
|
||||
void udp6_proc_exit(struct net *net) {
|
||||
void udp6_proc_exit(struct net *net)
|
||||
{
|
||||
udp_proc_unregister(net, &udp6_seq_afinfo);
|
||||
}
|
||||
#endif /* CONFIG_PROC_FS */
|
||||
|
Loading…
Reference in New Issue
Block a user