From: Chaehyun Lim Date: Fri, 2 Oct 2015 07:41:18 +0000 (+0900) Subject: staging: wilc1000: set_channel: remove blank line after open brace X-Git-Tag: v4.14-rc1~4420^2~1239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a4598316e20a30a8926a81e2032f592ebe7e42a;p=platform%2Fkernel%2Flinux-rpi.git staging: wilc1000: set_channel: remove blank line after open brace This patch removes blank line after open brace '{' found by checkpatch.pl CHECK: Blank lines aren't necessary after an open brace '{' drivers/staging/wilc1000/wilc_wfi_cfgoperations.c:664: Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c index ea24f50..d71034f 100644 --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c @@ -661,7 +661,6 @@ static void CfgConnectResult(tenuConnDisconnEvent enuConnDisconnEvent, static int set_channel(struct wiphy *wiphy, struct cfg80211_chan_def *chandef) { - u32 channelnum = 0; struct wilc_priv *priv; s32 s32Error = 0;