aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_prog_array_init.c
diff options
context:
space:
mode:
authorJakob Koschel <[email protected]>2022-03-24 08:04:41 +0100
committerRafael J. Wysocki <[email protected]>2022-03-25 18:01:40 +0100
commit26de0ab9841a1610a477d9b07c024b9bb6d39f98 (patch)
tree9b7483d48a7b7366a360d851f5d21135870ee235 /tools/testing/selftests/bpf/progs/test_prog_array_init.c
parent242ba6656d604aa8dc87451fc08143cb28d5a587 (diff)
ACPI: IPMI: replace usage of found with dedicated list iterator variable
To move the list iterator variable into the list_for_each_entry_*() macro in the future it should be avoided to use the list iterator variable after the loop body. To *never* use the list iterator variable after the loop it was concluded to use a separate iterator variable instead of a found boolean [1]. This removes the need to use a found variable and simply checking if the variable was set, can determine if the break/goto was hit. Link: https://lore.kernel.org/all/CAHk-=wgRr_D8CB-D9Kg-c=EHreAsk5SqXPwr9Y7k9sA6cWXJ6w@mail.gmail.com/ Signed-off-by: Jakob Koschel <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_prog_array_init.c')
0 files changed, 0 insertions, 0 deletions