public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: Remove space in the line start
@ 2026-03-10 12:55 Bera Yüzlü
  2026-03-10 19:16 ` Nikolay Kulikov
  0 siblings, 1 reply; 2+ messages in thread
From: Bera Yüzlü @ 2026-03-10 12:55 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, Bera Yüzlü

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: rtl8723bs: Remove space in the line start
  2026-03-10 12:55 [PATCH] staging: rtl8723bs: Remove space in the line start Bera Yüzlü
@ 2026-03-10 19:16 ` Nikolay Kulikov
  0 siblings, 0 replies; 2+ messages in thread
From: Nikolay Kulikov @ 2026-03-10 19:16 UTC (permalink / raw)
  To: Bera Yüzlü; +Cc: gregkh, linux-staging, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-10 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 12:55 [PATCH] staging: rtl8723bs: Remove space in the line start Bera Yüzlü
2026-03-10 19:16 ` Nikolay Kulikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox