[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.22.394.2405120711250.3457@hadrien>
Date: Sun, 12 May 2024 07:11:34 +0200 (CEST)
From: Julia Lawall <julia.lawall@...ia.fr>
To: Thorsten Blum <thorsten.blum@...lux.com>
cc: Julia Lawall <Julia.Lawall@...ia.fr>,
Nicolas Palix <nicolas.palix@...g.fr>, cocci@...ia.fr,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Coccinelle: pm_runtime: Fix grammar in comment
On Sat, 11 May 2024, Thorsten Blum wrote:
> s/does not use unnecessary/do not unnecessarily use/
Thanks.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@...lux.com>
> ---
> scripts/coccinelle/api/pm_runtime.cocci | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/coccinelle/api/pm_runtime.cocci b/scripts/coccinelle/api/pm_runtime.cocci
> index 4b9778874453..2c931e748dda 100644
> --- a/scripts/coccinelle/api/pm_runtime.cocci
> +++ b/scripts/coccinelle/api/pm_runtime.cocci
> @@ -1,5 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0-only
> -/// Make sure pm_runtime_* calls does not use unnecessary IS_ERR_VALUE
> +/// Make sure pm_runtime_* calls do not unnecessarily use IS_ERR_VALUE
> ///
> // Keywords: pm_runtime
> // Confidence: Medium
> --
> 2.45.0
>
>
Powered by blists - more mailing lists