Skip to content

Commit 10f0c1e

Browse files
ethereal-2kgregkh
authored andcommitted
staging: rtl8723bs: add missing blank line in rtw_ap.c
This patch adds a missing blank line after a function to improve readability and follow the Linux kernel coding style guidelines. This is a coding style cleanup only. No functional changes. Signed-off-by: Rohan Tripathi <trohan2000@gmail.com> Link: https://lore.kernel.org/r/20251007091303.491115-2-trohan2000@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 9077728 commit 10f0c1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/staging/rtl8723bs/core/rtw_ap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,6 +1991,7 @@ void ap_sta_info_defer_update(struct adapter *padapter, struct sta_info *psta)
19911991
add_RATid(padapter, psta, 0);/* DM_RATR_STA_INIT */
19921992
}
19931993
}
1994+
19941995
/* restore hw setting from sw data structures */
19951996
void rtw_ap_restore_network(struct adapter *padapter)
19961997
{

0 commit comments

Comments
 (0)