Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a459831 authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

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: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a74cc6b8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;