[PATCH v1] checkpatch: Adapt comment to mod_devicetable.h split
From: Uwe Kleine-König (The Capable Hub)
Date: Mon Jul 06 2026 - 06:02:34 EST
<linux/mod_devicetable.h> was split in commit v7.2-rc2~18^2~16 =
ad428f5811bd ("mod_devicetable.h: Split into per subsystem headers").
Adapt the comment in checkpatch.pl accordingly.
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
---
scripts/checkpatch.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 2b7a42bbdd94..5a3d0516c4ec 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -700,7 +700,7 @@ our $tracing_logging_tags = qr{(?xi:
[\.\!:\s]*
)};
-# Device ID types like found in include/linux/mod_devicetable.h.
+# Device ID types like found in include/linux/device-id/*.h.
our $dev_id_types = qr{\b[a-z]\w*_device_id\b};
sub edit_distance_min {
base-commit: 8cdeaa50eae8dad34885515f62559ee83e7e8dda
--
2.55.0.11.g153666a7d9bb