Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: fix coding style in rtw_cmd.c
@ 2026-05-25 20:10 Krzysztof Woś
  2026-05-25 20:23 ` Ahmet Sezgin Duran
  2026-06-02 23:29 ` Andy Shevchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Woś @ 2026-05-25 20:10 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging
  Cc: linux-kernel, khushalchitturi, architanant5, s9430939,
	andriy.shevchenko, kees, Krzysztof Woś

Fix spdx comment style and indentation in rtw_cmd.c to resolve
errors and warnings reported by checkpatch.pl.

Signed-off-by: Krzysztof Woś <krzysztofina2022@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_cmd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c
index c1185c25ed36..dac7a615d158 100644
--- a/drivers/staging/rtl8723bs/core/rtw_cmd.c
+++ b/drivers/staging/rtl8723bs/core/rtw_cmd.c
@@ -184,7 +184,8 @@ int rtw_init_cmd_priv(struct	cmd_priv *pcmdpriv)
 		return -ENOMEM;
 	}
 
-	pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 - ((SIZE_PTR)(pcmdpriv->rsp_allocated_buf) & 3);
+	pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 -
+		((SIZE_PTR)(pcmdpriv->rsp_allocated_buf) & 3);
 
 	pcmdpriv->cmd_issued_cnt = 0;
 	pcmdpriv->cmd_done_cnt = 0;
-- 
2.47.3


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-25 20:10 [PATCH] staging: rtl8723bs: fix coding style in rtw_cmd.c Krzysztof Woś
2026-05-25 20:23 ` Ahmet Sezgin Duran
2026-06-02 23:29 ` Andy Shevchenko
2026-06-03  0:15   ` Andy Shevchenko

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