Skip to content

Commit

Permalink
sched: cleanup: remove unnecessary gotos
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andi Kleen authored and Ingo Molnar committed Oct 15, 2007
1 parent d274a4c commit 3a5c359
Showing 1 changed file with 162 additions and 165 deletions.
Loading

0 comments on commit 3a5c359

Please sign in to comment.