[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a6974374-f24f-e677-74b-201de69862e1@inria.fr>
Date: Mon, 20 Oct 2025 19:55:31 +0800 (+08)
From: Julia Lawall <julia.lawall@...ia.fr>
To: Geert Uytterhoeven <geert+renesas@...der.be>
cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Julia Lawall <Julia.Lawall@...ia.fr>,
Nicolas Palix <nicolas.palix@...g.fr>,
Andrew Morton <akpm@...ux-foundation.org>, cocci@...ia.fr,
linux-kernel@...r.kernel.org
Subject: Re: [cocci] [PATCH] coccinelle: of_table: Update Keywords for SPI
device ID tables
On Tue, 14 Oct 2025, Geert Uytterhoeven wrote:
> When adding support for SPI device ID tables, the keywords in the header
> were not updated.
>
> Fixes: 347b564599fb01d8 ("coccinelle: of_table: handle SPI device ID tables")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
Reviewed-by: Julia Lawall <julia.lawall@...ia.fr>
> ---
> scripts/coccinelle/misc/of_table.cocci | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/coccinelle/misc/of_table.cocci b/scripts/coccinelle/misc/of_table.cocci
> index 7ade9766dee89c70..9de406b692a590ba 100644
> --- a/scripts/coccinelle/misc/of_table.cocci
> +++ b/scripts/coccinelle/misc/of_table.cocci
> @@ -1,7 +1,7 @@
> // SPDX-License-Identifier: GPL-2.0
> /// Make sure (of/i2c/platform)_device_id tables are NULL terminated
> //
> -// Keywords: of_table i2c_table platform_table
> +// Keywords: of_table i2c_table platform_table spi_table
> // Confidence: Medium
> // Options: --include-headers
>
> --
> 2.43.0
>
>
Powered by blists - more mailing lists