diff options
author | Andi Kleen <[email protected]> | 2007-10-15 17:00:14 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2007-10-15 17:00:14 +0200 |
commit | 3a5c359a58c39801d838c508f127bdb228af28b0 (patch) | |
tree | f5eb18d0547404627c65e81b7bcd25ec71198996 /net/unix/sysctl_net_unix.c | |
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions