staging: rtl8723bs: os_dep: Fix space in pointer definition
authorGuilherme Tadashi Maeoka <gui.maeoka@gmail.com>
Sat, 9 Mar 2019 18:30:46 +0000 (15:30 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2019 06:06:21 +0000 (07:06 +0100)
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>
drivers/staging/rtl8723bs/os_dep/osdep_service.c

index 1e289c4..a5a5a5c 100644 (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;