summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
diff options
context:
space:
mode:
authorChaehyun Lim2015-10-02 09:41:18 +0200
committerGreg Kroah-Hartman2015-10-02 12:05:53 +0200
commit9a4598316e20a30a8926a81e2032f592ebe7e42a (patch)
treebe1a61b4cee5b281a2779aec918b525e9161f630 /drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
parentstaging: wilc1000: use int instead of int8_t (diff)
downloadkernel-qcow2-linux-9a4598316e20a30a8926a81e2032f592ebe7e42a.tar.gz
kernel-qcow2-linux-9a4598316e20a30a8926a81e2032f592ebe7e42a.tar.xz
kernel-qcow2-linux-9a4598316e20a30a8926a81e2032f592ebe7e42a.zip
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 <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wfi_cfgoperations.c')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_cfgoperations.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
index ea24f501cede..d71034f54ee7 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;