staging: wilc1000: add missing blank line after struct declaration
authorMarko Stankovic <dartnorris@gmail.com>
Thu, 25 May 2017 17:28:31 +0000 (19:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2017 14:41:38 +0000 (16:41 +0200)
Fix a missing blank line issue reported by checkpatch.pl

Signed-off-by: Marko Stankovic <dartnorris@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

index 98316a45abd16a79a7fb0e94e69ef325e44d19a6..cae9c8ff80d80cf0362effd2e8672ba0e79c9952 100644 (file)
@@ -167,6 +167,7 @@ struct add_key_params {
        bool pairwise;
        u8 *mac_addr;
 };
+
 static struct add_key_params g_add_gtk_key_params;
 static struct wilc_wfi_key g_key_gtk_params;
 static struct add_key_params g_add_ptk_key_params;