Commit baaa7901 authored by Michael Fiedler's avatar Michael Fiedler Committed by Greg Kroah-Hartman

staging: rtl8712: Add missing whitespace in struct definition

Fixes scripts/checkpatch.pl warning.
Signed-off-by: default avatarMichael Fiedler <michael.fiedler@informatik.stud.uni-erlangen.de>
Acked-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d4aa57f0
...@@ -113,7 +113,7 @@ struct fw_hdr {/*8-byte alinment required*/ ...@@ -113,7 +113,7 @@ struct fw_hdr {/*8-byte alinment required*/
struct fw_priv fwpriv; struct fw_priv fwpriv;
}; };
struct hal_priv{ struct hal_priv {
/*Endpoint handles*/ /*Endpoint handles*/
struct net_device *pipehdls_r8712[10]; struct net_device *pipehdls_r8712[10];
u8 (*hal_bus_init)(struct _adapter *adapter); u8 (*hal_bus_init)(struct _adapter *adapter);
......
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