public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: avoid non-kernel-doc comment warning
@ 2026-01-12  4:55 Nayana Mariyappa
  2026-01-12 10:58 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Nayana Mariyappa @ 2026-01-12  4:55 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, linux-staging, Nayana Mariyappa, kernel test robot

Replace a /** comment with a regular block comment to avoid
kernel-doc parsing warnings reported by the kernel test robot.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202601101642.PaiOTqlr-lkp@intel.com/
Signed-off-by: Nayana Mariyappa <nayana.mariyappa@gmail.com>
---
 drivers/staging/rtl8723bs/os_dep/osdep_service.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/os_dep/osdep_service.c b/drivers/staging/rtl8723bs/os_dep/osdep_service.c
index c082a0359064..95b1d4e8e0f3 100644
--- a/drivers/staging/rtl8723bs/os_dep/osdep_service.c
+++ b/drivers/staging/rtl8723bs/os_dep/osdep_service.c
@@ -6,7 +6,7 @@
  ******************************************************************************/
 #include <drv_types.h>
 
-/**
+/*
  * Translate the OS dependent @param error_code to OS independent RTW_STATUS_CODE
  * @return: one of RTW_STATUS_CODE
  */
-- 
2.43.0


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

end of thread, other threads:[~2026-01-12 10:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12  4:55 [PATCH] staging: rtl8723bs: avoid non-kernel-doc comment warning Nayana Mariyappa
2026-01-12 10:58 ` Greg KH

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