mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 23:20:32 -04:00
staging: wilc1000: add a blank line after struct declaration
This patch adds a blank line right after a struct declaration. Signed-off-by: Sunghoon Cho <ywhsbliss@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
69176e1cbd
commit
36901b690d
@@ -95,6 +95,7 @@ struct wilc_wfi_key {
|
||||
int seq_len;
|
||||
u32 cipher;
|
||||
};
|
||||
|
||||
struct wilc_wfi_wep_key {
|
||||
u8 *key;
|
||||
u8 key_len;
|
||||
|
||||
Reference in New Issue
Block a user