Commit a135c4f6 authored by Marko Stankovic's avatar Marko Stankovic Committed by Greg Kroah-Hartman

staging: wilc1000: add missing blank line after struct declaration

Fix a missing blank line issue reported by checkpatch.pl
Signed-off-by: default avatarMarko Stankovic <dartnorris@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 15e7681a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment