Re: [PATCH] staging: rtl8723bs: avoid non-kernel-doc comment warning
From: Greg KH
Date: Mon Jan 12 2026 - 05:58:30 EST
On Mon, Jan 12, 2026 at 04:55:11AM +0000, Nayana Mariyappa wrote:
> 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@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202601101642.PaiOTqlr-lkp@xxxxxxxxx/
> Signed-off-by: Nayana Mariyappa <nayana.mariyappa@xxxxxxxxx>
> ---
> 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
>
>
Does not apply to my tree at all :(