All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] const_structs.checkpatch: Add k_clock
@ 2017-06-01 19:24 Joe Perches
  0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2017-06-01 19:24 UTC (permalink / raw)
  To: Thomas Gleixner, linux-kernel; +Cc: Christoph Hellwig

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@perches.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-01 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-01 19:24 [PATCH] const_structs.checkpatch: Add k_clock Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.