staging: rtl8712: Add missing whitespace in struct definition
Fixes scripts/checkpatch.pl warning. Signed-off-by: Michael Fiedler <michael.fiedler@informatik.stud.uni-erlangen.de> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d4aa57f0e1
commit
baaa790198
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ struct fw_hdr {/*8-byte alinment required*/
|
|||
struct fw_priv fwpriv;
|
||||
};
|
||||
|
||||
struct hal_priv{
|
||||
struct hal_priv {
|
||||
/*Endpoint handles*/
|
||||
struct net_device *pipehdls_r8712[10];
|
||||
u8 (*hal_bus_init)(struct _adapter *adapter);
|
||||
|
|
Loading…
Reference in a new issue