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
|
|
@ -52,6 +52,7 @@ int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol)
|
|||
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL(inet_add_protocol);
|
||||
|
||||
/*
|
||||
* Remove a protocol from the hash tables.
|
||||
|
|
@ -76,6 +77,4 @@ int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol)
|
|||
|
||||
return ret;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(inet_add_protocol);
|
||||
EXPORT_SYMBOL(inet_del_protocol);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue