mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-09 16:12:21 +00:00
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
|
@ -58,6 +58,7 @@ struct proto udplite_prot = {
|
|||
.compat_getsockopt = compat_udp_getsockopt,
|
||||
#endif
|
||||
};
|
||||
EXPORT_SYMBOL(udplite_prot);
|
||||
|
||||
static struct inet_protosw udplite4_protosw = {
|
||||
.type = SOCK_DGRAM,
|
||||
|
@ -127,5 +128,3 @@ out_unregister_proto:
|
|||
out_register_err:
|
||||
printk(KERN_CRIT "%s: Cannot add UDP-Lite protocol.\n", __func__);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(udplite_prot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue