[PATCH 1/2] staging: rtl8723bs: fix stale file name references in comments
From: Jonggeun Park
Date: Tue Aug 11 2026 - 10:34:13 EST
Correct two comments whose referenced file names do not match the
files currently present in the driver:
- include/rtl8723b_hal.h: "rtl8723a_hal_init.c" -> "rtl8723b_hal_init.c"
- hal/rtl8723b_rf6052.c: "rtl8192c_rf6052.c" -> "rtl8723b_rf6052.c"
No functional change.
Signed-off-by: Jonggeun Park <ndamin221@xxxxxxxxx>
---
drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c | 2 +-
drivers/staging/rtl8723bs/include/rtl8723b_hal.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c b/drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c
index da4cb2827..6d8f70df0 100644
--- a/drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c
+++ b/drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c
@@ -7,7 +7,7 @@
/******************************************************************************
*
*
- * Module: rtl8192c_rf6052.c (Source C File)
+ * Module: rtl8723b_rf6052.c (Source C File)
*
* Note: Provide RF 6052 series relative API.
*
diff --git a/drivers/staging/rtl8723bs/include/rtl8723b_hal.h b/drivers/staging/rtl8723bs/include/rtl8723b_hal.h
index b6006110a..6b0fcb09d 100644
--- a/drivers/staging/rtl8723bs/include/rtl8723b_hal.h
+++ b/drivers/staging/rtl8723bs/include/rtl8723b_hal.h
@@ -185,7 +185,7 @@ enum { /* tag_Package_Definition */
#define INCLUDE_MULTI_FUNC_GPS(_Adapter) \
(GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_GPS)
-/* rtl8723a_hal_init.c */
+/* rtl8723b_hal_init.c */
s32 rtl8723b_FirmwareDownload(struct adapter *padapter, bool bUsedWoWLANFw);
void rtl8723b_FirmwareSelfReset(struct adapter *padapter);
void rtl8723b_InitializeFirmwareVars(struct adapter *padapter);
--
2.43.0