Home
last modified time | relevance | path

Searched hist:"2966 a991" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/time/
H A Dclockevents.c2966a991 Thu Mar 31 16:57:07 CDT 2022 Jakob Koschel <jakobkoschel@gmail.com> clockevents: Use 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.

Signed-off-by: Jakob Koschel <jakobkoschel@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/CAHk-=wgRr_D8CB-D9Kg-c=EHreAsk5SqXPwr9Y7k9sA6cWXJ6w@mail.gmail.com/
Link: https://lore.kernel.org/r/20220331215707.883957-1-jakobkoschel@gmail.com