diff options
| author | Jisheng Zhang <jszhang@kernel.org> | 2026-05-19 08:56:23 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-05-23 14:47:32 +0300 |
| commit | 91f818b184b44b105b1c92859ea8d2d6f47912a9 (patch) | |
| tree | c912a5152a81a1a48a77ee7bf35d82f8a371dce4 /scripts/basic | |
| parent | 908ad5bcccdcd8ab5582c0b7fe3091c5146c0b7a (diff) | |
| download | linux-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
