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: <29ecd4d8-2af5-4854-b4fa-2a1d6b312e9b@infradead.org>
Date: Wed, 13 Aug 2025 23:17:49 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: vivekyadav1207731111@...il.com, skhan@...uxfoundation.org,
 linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] kernel-parameters: fix kernel-doc warning



On 8/13/25 9:16 PM, vivekyadav1207731111@...il.com wrote:
> From: Vivek Yadav <vivekyadav1207731111@...il.com>
> 
> Fix kernel-doc warning in kernel-parameters.txt
> 
> WARNING: Possible repeated word: 'is'
> 
> ```
> [command]
> ./scripts/checkpatch.pl --strict -f Documentation/admin-guide/kernel-parameters.txt

Thanks for that.

> [output]
> WARNING: Possible repeated word: 'is'
> +            The format is is "trace_trigger=<event>.<trigger>[ if <filter>],..."
> 
> total: 0 errors, 1 warnings, 0 checks, 8339 lines checked
> ```
> 
> Signed-off-by: Vivek Yadav <vivekyadav1207731111@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>


> ---
>  Documentation/admin-guide/kernel-parameters.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 747a55abf..302145870 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -7506,7 +7506,7 @@
>  			Set a trigger on top of a specific event, with an optional
>  			filter.
>  
> -			The format is is "trace_trigger=<event>.<trigger>[ if <filter>],..."
> +			The format is "trace_trigger=<event>.<trigger>[ if <filter>],..."
>  			Where more than one trigger may be specified that are comma deliminated.
>  
>  			For example:

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ