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:
parent
ba80a25228
commit
4bc2f18ba4
22 changed files with 67 additions and 140 deletions
|
|
@ -163,5 +163,4 @@ int xfrm4_rcv(struct sk_buff *skb)
|
|||
{
|
||||
return xfrm4_rcv_spi(skb, ip_hdr(skb)->protocol, 0);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(xfrm4_rcv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue