[<prev] [next>] [day] [month] [year] [list]
Message-Id: <9fc1763bf7f4704a65a1bf707e3f81fb6b6bf0b5.1496344931.git.joe@perches.com>
Date: Thu, 1 Jun 2017 12:24:19 -0700
From: Joe Perches <joe@...ches.com>
To: Thomas Gleixner <tglx@...utronix.de>, linux-kernel@...r.kernel.org
Cc: Christoph Hellwig <hch@....de>
Subject: [PATCH] const_structs.checkpatch: Add k_clock
Commit d3ba5a9a345b ("posix-timers: Make posix_clocks immutable")
made k_clock const so add it to the list of typically const structs.
Signed-off-by: Joe Perches <joe@...ches.com>
---
scripts/const_structs.checkpatch | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch
index ac5f1267151d..b2a2316964a8 100644
--- a/scripts/const_structs.checkpatch
+++ b/scripts/const_structs.checkpatch
@@ -25,6 +25,7 @@ irq_domain_ops
item_operations
iwl_cfg
iwl_ops
+k_clock
kgdb_arch
kgdb_io
kset_uevent_ops
--
2.10.0.rc2.1.g053435c
Powered by blists - more mailing lists