Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;