net/ipv4: EXPORT_SYMBOL cleanups
CodingStyle cleanups EXPORT_SYMBOL should immediately follow the symbol declaration. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ba80a25228
commit
4bc2f18ba4
@@ -72,6 +72,4 @@ int ip4_datagram_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len)
|
||||
sk_dst_set(sk, &rt->dst);
|
||||
return(0);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(ip4_datagram_connect);
|
||||
|
||||
|
Reference in New Issue
Block a user