]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
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 22d7b85f43c3bd1961ec99833b45e29f6b768bd0..8102ef0bb70e6f863d5bd3549bea9d26a171a6b6 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;