[<prev] [next>] [day] [month] [year] [list]
Message-ID: <843cb14b08b201a1b35b690d4602ac7912a0f8fd.1760454689.git.geert+renesas@glider.be>
Date: Tue, 14 Oct 2025 17:12:03 +0200
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Julia Lawall <Julia.Lawall@...ia.fr>,
Nicolas Palix <nicolas.palix@...g.fr>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: cocci@...ia.fr,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH] coccinelle: of_table: Update Keywords for SPI device ID tables
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>
---
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