diff options
| author | Jisheng Zhang <jszhang@kernel.org> | 2026-05-19 13:56:23 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-05-23 13:47:32 +0200 |
| commit | 91f818b184b44b105b1c92859ea8d2d6f47912a9 (patch) | |
| tree | c912a5152a81a1a48a77ee7bf35d82f8a371dce4 /lib/raid/raid6/git@git.tavy.me:linux-stable.git | |
| parent | 908ad5bcccdcd8ab5582c0b7fe3091c5146c0b7a (diff) | |
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 'lib/raid/raid6/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions
