[PATCH] staging: rtl8723bs: Remove space in the line start

Bera Yüzlü posted 1 patch 4 weeks, 1 day ago
drivers/staging/rtl8723bs/hal/odm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: rtl8723bs: Remove space in the line start
Posted by Bera Yüzlü 4 weeks, 1 day ago
Remove a space in the line start to follow kernel coding style.
Reported by checkpatch.pl.

Signed-off-by: Bera Yüzlü <b9788213@gmail.com>
---
 drivers/staging/rtl8723bs/hal/odm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/hal/odm.h b/drivers/staging/rtl8723bs/hal/odm.h
index 38830552d..714bab71d 100644
--- a/drivers/staging/rtl8723bs/hal/odm.h
+++ b/drivers/staging/rtl8723bs/hal/odm.h
@@ -978,7 +978,7 @@ struct dm_odm_t { /* DM_Out_Source_Dynamic_Mechanism_Structure */
 	#endif
 };
 
- enum odm_rf_content {
+enum odm_rf_content {
 	odm_radioa_txt = 0x1000,
 	odm_radiob_txt = 0x1001,
 	odm_radioc_txt = 0x1002,
-- 
2.43.0

Re: [PATCH] staging: rtl8723bs: Remove space in the line start
Posted by Nikolay Kulikov 4 weeks, 1 day ago
On Tue, Mar 10, 2026 at 03:55:57PM +0300, Bera Yüzlü wrote:
> Remove a space in the line start to follow kernel coding style.
> Reported by checkpatch.pl.
> 
> Signed-off-by: Bera Yüzlü <b9788213@gmail.com>

LGTM

Reviewed-by: Nikolay Kulikov <nikolayof23@gmail.com>

Thanks,
Nikolay