commit | 3a5c359a58c39801d838c508f127bdb228af28b0 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Oct 15 17:00:14 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:14 2007 +0200 |
tree | f5eb18d0547404627c65e81b7bcd25ec71198996 | |
parent | d274a4cee190c880ec25b60501efe50c4435b3d7 [diff] |
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>