diff options
author | Jakob Koschel <jakobkoschel@gmail.com> | 2022-03-24 10:04:41 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-03-25 20:01:40 +0300 |
commit | 26de0ab9841a1610a477d9b07c024b9bb6d39f98 (patch) | |
tree | 9b7483d48a7b7366a360d851f5d21135870ee235 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 242ba6656d604aa8dc87451fc08143cb28d5a587 (diff) | |
download | linux-26de0ab9841a1610a477d9b07c024b9bb6d39f98.tar.xz |
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 <jakobkoschel@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions