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

Commit 657eb979 authored by Melike Yurtoglu's avatar Melike Yurtoglu Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192u: Missing a blank line after declarations.



Missing a blank line after declarations" checkpatch.pl warning in
r819xU_phy.c

Signed-off-by: default avatarMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c7a348cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1463,6 +1463,7 @@ void rtl8192_SwChnl_WorkItem(struct net_device *dev)
u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel)
{
	struct r8192_priv *priv = ieee80211_priv(dev);

	RT_TRACE(COMP_CH, "%s(), SwChnlInProgress: %d\n", __func__,
		 priv->SwChnlInProgress);
	if (!priv->up)