+162
−165
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>