Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec120da6 authored by Ian Morris's avatar Ian Morris Committed by David S. Miller
Browse files

ipv6: trivial whitespace fix



Change brace placement to be in line with coding standards

Signed-off-by: default avatarIan Morris <ipm@chirality.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f4a3e90b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */