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
@ -632,6 +632,7 @@ int ip_defrag(struct sk_buff *skb, u32 user)
|
||||
kfree_skb(skb);
|
||||
return -ENOMEM;
|
||||
}
|
||||
EXPORT_SYMBOL(ip_defrag);
|
||||
|
||||
#ifdef CONFIG_SYSCTL
|
||||
static int zero;
|
||||
@ -785,5 +786,3 @@ void __init ipfrag_init(void)
|
||||
ip4_frags.secret_interval = 10 * 60 * HZ;
|
||||
inet_frags_init(&ip4_frags);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(ip_defrag);
|
||||
|
Reference in New Issue
Block a user