staging: rtl8723bs: Fix remaining blank line issue
authorFranziska Naepelt <franziska.naepelt@googlemail.com>
Sat, 1 Jul 2023 10:26:13 +0000 (12:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jul 2023 08:01:52 +0000 (10:01 +0200)
Fix the following checkpatch blank line issue:
- CHECK: Please don't use multiple blank lines

Signed-off-by: Franziska Naepelt <franziska.naepelt@googlemail.com>
Link: https://lore.kernel.org/r/20230701102613.5420-1-franziska.naepelt@googlemail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c

index 8f30098..292cba0 100644 (file)
@@ -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);