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:
parent
15e7681a21
commit
a135c4f6b5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue