[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230625160024.32530-1-franziska.naepelt@gmail.com>
Date: Sun, 25 Jun 2023 18:00:24 +0200
From: Franziska Naepelt <franziska.naepelt@...glemail.com>
To: franziska.naepelt@...glemail.com
Cc: eperi1024@...il.com, franziska.naepelt@...il.com,
gregkh@...uxfoundation.org, hdegoede@...hat.com,
johannes.berg@...el.com, linux-kernel@...r.kernel.org,
linux-staging@...ts.linux.dev, quic_vjakkam@...cinc.com,
tegongkang@...il.com
Subject: [PATCH v3 3/3] staging: rtl8723bs: Fix remaining blank line issue
Fix the following checkpatch blank line issue:
- CHECK: Please don't use multiple blank lines
Signed-off-by: Franziska Naepelt <franziska.naepelt@...il.com>
---
v3: This fix was accidentially part of the fix spaces issue, moved to This
separate patch now.
---
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
index 8f30098168f1..292cba045023 100644
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
@@ -266,7 +266,6 @@ struct cfg80211_bss *rtw_cfg80211_inform_bss(struct adapter *padapter, struct wl
}
/* spin_unlock_bh(&pwdev_priv->scan_req_lock); */
-
channel = pnetwork->network.configuration.ds_config;
freq = rtw_ieee80211_channel_to_frequency(channel, NL80211_BAND_2GHZ);
--
2.39.2 (Apple Git-143)
Powered by blists - more mailing lists