Files
android_kernel_xiaomi_sm8450/kernel
Andi Kleen 3a5c359a58 sched: cleanup: remove unnecessary gotos
Replace loops implemented with gotos with real loops.
Replace err = ...; goto x; x: return err; with return ...;

No functional changes.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2007-10-15 17:00:14 +02:00
..
2007-10-15 17:00:14 +02:00
2007-10-15 17:00:13 +02:00
2007-10-15 17:00:14 +02:00