staging: wilc1000: add a blank line after struct declaration
authorSunghoon Cho <ywhsbliss@gmail.com>
Fri, 26 Jun 2015 06:48:15 +0000 (15:48 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jul 2015 02:28:44 +0000 (19:28 -0700)
This patch adds a blank line right after a struct declaration.

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 22d7b85..8102ef0 100644 (file)
@@ -95,6 +95,7 @@ struct wilc_wfi_key {
        int seq_len;
        u32 cipher;
 };
+
 struct wilc_wfi_wep_key {
        u8 *key;
        u8 key_len;