]> asedeno.scripts.mit.edu Git - linux.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)
commit584c8795b3bdaf090d7c695cc30ed22465063061
tree3329cfc41aed77979943b38b21f37788f32a1f8f
parent34dbf00cb88e5b71f2b7b26e657a431522268fc7
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