staging: wilc1000: add a blank line
This adds a blank line after struct declaration, WILC_WFI_mon_priv. Signed-off-by: Sunghoon Cho <ywhsbliss@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9f5e9a2bdf
commit
1d1c5b24f9
|
@ -248,6 +248,7 @@ typedef struct {
|
||||||
struct WILC_WFI_mon_priv {
|
struct WILC_WFI_mon_priv {
|
||||||
struct net_device *real_ndev;
|
struct net_device *real_ndev;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct net_device *WILC_WFI_devs[];
|
extern struct net_device *WILC_WFI_devs[];
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue