staging: rtl8723bs: os_dep: Fix space in pointer definition

Pointer definition "foo * bar" should be "foo *bar".

Signed-off-by: Guilherme Tadashi Maeoka <gui.maeoka@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Guilherme Tadashi Maeoka
2019-03-09 15:30:46 -03:00
committed by Greg Kroah-Hartman
parent cbc570a769
commit fdd1b243ed

View File

@@ -241,7 +241,7 @@ RETURN:
return pnetdev;
}
void rtw_free_netdev(struct net_device * netdev)
void rtw_free_netdev(struct net_device *netdev)
{
struct rtw_netdev_priv_indicator *pnpi;