mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +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
|
@ -41,7 +41,6 @@ void tcp_init_xmit_timers(struct sock *sk)
|
|||
inet_csk_init_xmit_timers(sk, &tcp_write_timer, &tcp_delack_timer,
|
||||
&tcp_keepalive_timer);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(tcp_init_xmit_timers);
|
||||
|
||||
static void tcp_write_err(struct sock *sk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue