summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@kernel.org>2026-05-19 13:57:22 +0800
committerCorey Minyard <corey@minyard.net>2026-05-19 06:32:46 -0500
commitcc3f0c66183022444c1ff35ad6885127200eb921 (patch)
tree37dbb4729df65cb4be197cdfd86c02fb99963667 /include/linux/timerqueue.h
parentd08048d4e03b68aeadce6100ba32a525b6e5ab3d (diff)
ipmi: Use LIST_HEAD() to initialize on stack list head
Use LIST_HEAD to initialize on stack list head. No intentional functional impact. Change generated with below coccinelle script: @@ identifier name; @@ - struct list_head name; + LIST_HEAD(name); ... when != name - INIT_LIST_HEAD(&name); Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Message-ID: <20260519055722.13161-1-jszhang@kernel.org> Signed-off-by: Corey Minyard <corey@minyard.net>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions