[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240414185440.288812-1-krzk@kernel.org>
Date: Sun, 14 Apr 2024 20:54:40 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: Krzysztof Kozlowski <krzk@...nel.org>,
Thomas Weißschuh <linux@...ssschuh.net>,
Lee Jones <lee@...nel.org>,
Daniel Thompson <daniel.thompson@...aro.org>,
Jingoo Han <jingoohan1@...il.com>,
linux-fbdev@...r.kernel.org
Subject: [PATCH] const_structs.checkpatch: add lcd_ops
'struct lcd_ops' is not modified by core code.
Suggested-by: Thomas Weißschuh <linux@...ssschuh.net>
Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org>
---
Patch making lcd_ops const in progress:
https://lore.kernel.org/r/20240414-video-backlight-lcd-ops-v1-0-9b37fcbf546a@kernel.org
Cc: Lee Jones <lee@...nel.org>
Cc: Daniel Thompson <daniel.thompson@...aro.org>
Cc: Jingoo Han <jingoohan1@...il.com>
Cc: linux-fbdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
---
scripts/const_structs.checkpatch | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch
index fa96cfd16e99..52e5bfb61fd0 100644
--- a/scripts/const_structs.checkpatch
+++ b/scripts/const_structs.checkpatch
@@ -39,6 +39,7 @@ kgdb_arch
kgdb_io
kobj_type
kset_uevent_ops
+lcd_ops
lock_manager_operations
machine_desc
microcode_ops
--
2.34.1
Powered by blists - more mailing lists