Commit fdd1b243 authored by Guilherme Tadashi Maeoka's avatar Guilherme Tadashi Maeoka Committed by Greg Kroah-Hartman

staging: rtl8723bs: os_dep: Fix space in pointer definition

Pointer definition "foo * bar" should be "foo *bar".
Signed-off-by: default avatarGuilherme Tadashi Maeoka <gui.maeoka@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cbc570a7
......@@ -241,7 +241,7 @@ struct net_device *rtw_alloc_etherdev(int sizeof_priv)
return pnetdev;
}
void rtw_free_netdev(struct net_device * netdev)
void rtw_free_netdev(struct net_device *netdev)
{
struct rtw_netdev_priv_indicator *pnpi;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment