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