From: Sunghoon Cho Date: Fri, 26 Jun 2015 06:48:15 +0000 (+0900) Subject: staging: wilc1000: add a blank line after struct declaration X-Git-Tag: v4.14-rc1~4839^2~761 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36901b690d5d83e0330a33bd6c1771c21c46c450;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h index 22d7b85..8102ef0 100644 --- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h +++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h @@ -95,6 +95,7 @@ struct wilc_wfi_key { int seq_len; u32 cipher; }; + struct wilc_wfi_wep_key { u8 *key; u8 key_len;