Searched hist:f4b62e1e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/time/ |
H A D | sched_clock.c | f4b62e1e Sun Apr 24 06:47:30 CDT 2022 Maciej W. Rozycki <macro@orcam.me.uk> time/sched_clock: Fix formatting of frequency reporting code
Use flat rather than nested indentation for chained else/if clauses as per coding-style.rst:
if (x == y) { .. } else if (x > y) { ... } else { .... }
This also improves readability.
Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: John Stultz <jstultz@google.com> Link: https://lore.kernel.org/r/alpine.DEB.2.21.2204240148220.9383@angie.orcam.me.uk
|