lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2026011221-calamari-surround-4e29@gregkh>
Date: Mon, 12 Jan 2026 11:58:27 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Nayana Mariyappa <nayana.mariyappa@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev,
	kernel test robot <lkp@...el.com>
Subject: Re: [PATCH] staging: rtl8723bs: avoid non-kernel-doc comment warning

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@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202601101642.PaiOTqlr-lkp@intel.com/
> Signed-off-by: Nayana Mariyappa <nayana.mariyappa@...il.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
> 
> 

Does not apply to my tree at all :(

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ