diff options
author | Jakob Koschel <[email protected]> | 2022-04-27 19:07:33 +0200 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2022-04-27 17:19:31 -0400 |
commit | 45e333ce2ad5cbb0ee05686336de09058c6af8ca (patch) | |
tree | f91abe334550ad6c07218b86cc4a3ae29ea52c66 /scripts/gdb/linux | |
parent | 99d8ae4ec8a90ecf6c2a6a141bd4db4a3bc5146c (diff) |
tracing: 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://lkml.kernel.org/r/[email protected]
Cc: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/all/CAHk-=wgRr_D8CB-D9Kg-c=EHreAsk5SqXPwr9Y7k9sA6cWXJ6w@mail.gmail.com/ [1]
Signed-off-by: Jakob Koschel <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions