mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09:00
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:
committed by
Greg Kroah-Hartman
parent
cbc570a769
commit
fdd1b243ed
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user