mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
staging: wilc1000: rename Init_TCP_tracking function
This patch rename the Init_TCP_tracking function to init_tcp_tracking to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d12ac7e2b0
commit
ef06b5f733
@@ -222,7 +222,7 @@ u32 pending_base;
|
||||
u32 tcp_session;
|
||||
u32 pending_acks;
|
||||
|
||||
static inline int Init_TCP_tracking(void)
|
||||
static inline int init_tcp_tracking(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
@@ -1697,7 +1697,7 @@ int wilc_wlan_init(struct net_device *dev, wilc_wlan_inp_t *inp)
|
||||
goto _fail_;
|
||||
}
|
||||
#ifdef TCP_ACK_FILTER
|
||||
Init_TCP_tracking();
|
||||
init_tcp_tracking();
|
||||
#endif
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user