Browse Source

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>
Sunghoon Cho 10 years ago
parent
commit
1d1c5b24f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/wilc1000/wilc_wfi_netdevice.h

+ 1 - 0
drivers/staging/wilc1000/wilc_wfi_netdevice.h

@@ -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