diff options
| author | Andi Kleen <ak@suse.de> | 2007-10-15 17:00:14 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 17:00:14 +0200 |
| commit | 3a5c359a58c39801d838c508f127bdb228af28b0 (patch) | |
| tree | f5eb18d0547404627c65e81b7bcd25ec71198996 /net/unix/af_unix.c | |
| parent | d274a4cee190c880ec25b60501efe50c4435b3d7 (diff) | |
| download | olio-linux-3.10-3a5c359a58c39801d838c508f127bdb228af28b0.tar.xz olio-linux-3.10-3a5c359a58c39801d838c508f127bdb228af28b0.zip | |
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>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions