staging: rtl8723bs: Change type of rtw_os_recvbuf_resource_free()
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Mon, 10 Jun 2019 07:47:02 +0000 (13:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2019 09:39:31 +0000 (11:39 +0200)
commit85d237bdf8d36b22592bfc39ade74562f3ee0981
tree75449bc1dd3dff44d4fd470fa3ed6c5b0719c86f
parentd05b53205e96f758be84e3724987be5120bfaa84
staging: rtl8723bs: Change type of rtw_os_recvbuf_resource_free()

Change return type of function rtw_os_recvbuf_resource_free to void as
its return value is never stored, checked or otherwise used.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/recv_osdep.h
drivers/staging/rtl8723bs/os_dep/recv_linux.c