]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: Remove function rtw_alloc_network()
authorNishka Dasgupta <nishka.dasgupta@yahoo.com>
Fri, 22 Mar 2019 14:38:26 +0000 (20:08 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 Mar 2019 08:50:02 +0000 (09:50 +0100)
commit707be8a059ffbb2b9d606986653853c0b196acb4
tree5fbcb27e3b9451cc4ccabd99d23708e0a73ca2d1
parentca0cbffddae3c4cb3e6fd70647ae5a684f548a90
staging: rtl8723bs: Remove function rtw_alloc_network()

Remove function rtw_alloc_network() as all it does is call
_rtw_alloc_network().
Rename _rtw_alloc_network() to rtw_alloc_network().
Change references to _rtw_alloc_network() to refer to
rtw_alloc_network().
Issue first noticed while using Coccinelle and ret.cocci.

Signed-off-by: Nishka Dasgupta <nishka.dasgupta@yahoo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c
drivers/staging/rtl8723bs/core/rtw_mlme.c
drivers/staging/rtl8723bs/include/rtw_mlme.h