]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: remove unnecessary blank lines
authorArchitAnant <architanant5@gmail.com>
Wed, 14 Jan 2026 09:49:48 +0000 (15:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Jan 2026 13:08:18 +0000 (14:08 +0100)
Remove blank lines before closing braces to comply with
the Linux kernel coding style.

Issue identified by checkpatch.pl.

Signed-off-by: ArchitAnant <architanant5@gmail.com>
Link: https://patch.msgid.link/20260114094949.14825-3-architanant5@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c

index 836a36c80eb66f2e0cec6aaa5fc458521798400e..f8047694662263b0d7020620443813f3e195d2a7 100644 (file)
@@ -1003,6 +1003,7 @@ u8 rtw_addbareq_cmd(struct adapter *padapter, u8 tid, u8 *addr)
 exit:
        return res;
 }
+
 /* add for CONFIG_IEEE80211W, none 11w can use it */
 u8 rtw_reset_securitypriv_cmd(struct adapter *padapter)
 {
@@ -1225,7 +1226,6 @@ u8 traffic_status_watchdog(struct adapter *padapter, u8 from_timer)
        pmlmepriv->LinkDetectInfo.bHigherBusyTxTraffic = bHigherBusyTxTraffic;
 
        return bEnterPS;
-
 }
 
 static void dynamic_chk_wk_hdl(struct adapter *padapter)
@@ -1447,7 +1447,6 @@ u8 rtw_dm_ra_mask_wk_cmd(struct adapter *padapter, u8 *psta)
 exit:
 
        return res;
-
 }
 
 u8 rtw_ps_cmd(struct adapter *padapter)
@@ -1517,9 +1516,7 @@ static void rtw_chk_hi_queue_hdl(struct adapter *padapter)
                } else {/* re check again */
                        rtw_chk_hi_queue_cmd(padapter);
                }
-
        }
-
 }
 
 u8 rtw_chk_hi_queue_cmd(struct adapter *padapter)
@@ -1878,7 +1875,6 @@ void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd)
 
                spin_unlock_bh(&pmlmepriv->scanned_queue.lock);
                /*  we will set _FW_LINKED when there is one more sat to join us (rtw_stassoc_event_callback) */
-
        }
 
 createbss_cmd_fail: