summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@kernel.org>2026-05-19 08:56:23 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-23 14:47:32 +0300
commit91f818b184b44b105b1c92859ea8d2d6f47912a9 (patch)
treec912a5152a81a1a48a77ee7bf35d82f8a371dce4 /scripts/basic
parent908ad5bcccdcd8ab5582c0b7fe3091c5146c0b7a (diff)
downloadlinux-91f818b184b44b105b1c92859ea8d2d6f47912a9.tar.xz
binder: 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> Link: https://patch.msgid.link/20260519055623.13142-1-jszhang@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions