]> 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)
commit6ae235737c153ffb0091203c8533004c2d2fb9f4
tree3329cfc41aed77979943b38b21f37788f32a1f8f
parent0e64599bbaf48f9a99f3c2ff9c9a1c02f3a7435b
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