summaryrefslogtreecommitdiff
path: root/rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorShyam Sunder Reddy Padira <shyamsunderreddypadira@gmail.com>2026-05-06 00:53:20 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-11 09:51:01 +0200
commit718fc81de0cfd3751465062deda01b8ec5560d00 (patch)
treed7f11d9961f7b6ef8a1c2cfd199defa568bb34c6 /rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git
parentea09c82fbc53aad867541cd2f0bde96c6b228ba0 (diff)
staging: vme_user: remove unnecessary NULL initialization before list iteration
Remove redundant NULL initialization for list iterator because variables used as iterators in list_for_each_entry() do not require initialization, as the macro assigns them before first use. No functional change. Signed-off-by: Shyam Sunder Reddy Padira <shyamsunderreddypadira@gmail.com> Link: https://patch.msgid.link/20260505192320.107936-1-shyamsunderreddypadira@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/zerocopy/src/pointer/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions