mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -1496,7 +1496,8 @@ int __net_init udp6_proc_init(struct net *net)
|
||||||
return udp_proc_register(net, &udp6_seq_afinfo);
|
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);
|
udp_proc_unregister(net, &udp6_seq_afinfo);
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_PROC_FS */
|
#endif /* CONFIG_PROC_FS */
|
||||||
|
|
Loading…
Add table
Reference in a new issue