OSDN Git Service

staging: wilc1000: add a blank line
authorSunghoon Cho <ywhsbliss@gmail.com>
Wed, 17 Jun 2015 05:42:36 +0000 (14:42 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Jun 2015 04:17:06 +0000 (21:17 -0700)
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>
drivers/staging/wilc1000/wilc_wfi_netdevice.h

index 7f58551..d413fa3 100644 (file)
@@ -248,6 +248,7 @@ typedef struct {
 struct WILC_WFI_mon_priv {
        struct net_device *real_ndev;
 };
+
 extern struct net_device *WILC_WFI_devs[];
 
 #endif