staging: wilc1000: add missing blank line after struct declaration

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>
This commit is contained in:
Marko Stankovic 2017-05-25 19:28:31 +02:00 committed by Greg Kroah-Hartman
parent 15e7681a21
commit a135c4f6b5
1 changed files with 1 additions and 0 deletions

View 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;