]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: change return type to 'void' tcp ack filter functions
authorAjay Singh <ajay.kathat@microchip.com>
Tue, 25 Sep 2018 06:23:23 +0000 (11:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:53:56 +0000 (20:53 +0200)
commitcfa232c9d37dab4f9de8aa5dd8307f368012f74f
tree3329cfc41aed77979943b38b21f37788f32a1f8f
parenta72543c3e03de23819b64114366d306d0fb7b47e
staging: wilc1000: change return type to 'void' tcp ack filter functions

Use 'void' return type for below functions as they always return '0' and
their return value is not used by caller.
add_tcp_pending_ack()
update_tcp_session()
add_tcp_pending_ack()

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c