Commit 36901b69 authored by Sunghoon Cho's avatar Sunghoon Cho Committed by Greg Kroah-Hartman

staging: wilc1000: add a blank line after struct declaration

This patch adds a blank line right after a struct declaration.
Signed-off-by: default avatarSunghoon Cho <ywhsbliss@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 69176e1c
......@@ -95,6 +95,7 @@ struct wilc_wfi_key {
int seq_len;
u32 cipher;
};
struct wilc_wfi_wep_key {
u8 *key;
u8 key_len;
......
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