* [PATCH] staging: rtl8723bs: Fix whitespace in comments in rtw_mlme.h
@ 2026-06-16 10:23 Subhrojyoti Bala
2026-06-16 10:53 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: Subhrojyoti Bala @ 2026-06-16 10:23 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-staging, linux-kernel, Subhrojyoti Bala
Remove extra spaces after /* in single-line comments to comply
with kernel coding style.
No functional change.
Signed-off-by: Subhrojyoti Bala <subhrojyoti0609@gmail.com>
---
drivers/staging/rtl8723bs/include/rtw_mlme.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_mlme.h b/drivers/staging/rtl8723bs/include/rtw_mlme.h
index 59b12d9daa71..1b862ec24d36 100644
--- a/drivers/staging/rtl8723bs/include/rtw_mlme.h
+++ b/drivers/staging/rtl8723bs/include/rtw_mlme.h
@@ -13,8 +13,8 @@
/* define MAX_JOIN_TIMEOUT 2500 */
#define MAX_JOIN_TIMEOUT 6500
-/* Commented by Albert 20101105 */
-/* Increase the scanning timeout because of increasing the SURVEY_TO value. */
+/* Commented by Albert 20101105 */
+/* Increase the scanning timeout because of increasing the SURVEY_TO value. */
#define SCANNING_TIMEOUT 8000
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: rtl8723bs: Fix whitespace in comments in rtw_mlme.h
2026-06-16 10:23 [PATCH] staging: rtl8723bs: Fix whitespace in comments in rtw_mlme.h Subhrojyoti Bala
@ 2026-06-16 10:53 ` Dan Carpenter
0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2026-06-16 10:53 UTC (permalink / raw)
To: Subhrojyoti Bala; +Cc: Greg Kroah-Hartman, linux-staging, linux-kernel
On Tue, Jun 16, 2026 at 03:53:48PM +0530, Subhrojyoti Bala wrote:
> Remove extra spaces after /* in single-line comments to comply
> with kernel coding style.
>
> No functional change.
>
> Signed-off-by: Subhrojyoti Bala <subhrojyoti0609@gmail.com>
> ---
Please group all your patches into a patch series and send it that
way. We may end up asking you to combine patches together if they
are small and similar.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-16 10:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16 10:23 [PATCH] staging: rtl8723bs: Fix whitespace in comments in rtw_mlme.h Subhrojyoti Bala
2026-06-16 10:53 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox