trivial: small cleanups
These are small cleanups all over the tree. Trivial style and comment changes to fs/select.c, kernel/signal.c, kernel/stop_machine.c & mm/pdflush.c Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
This commit is contained in:
committed by
Jesper Juhl
parent
1fb7c6e4cb
commit
f5264481c8
@@ -260,7 +260,7 @@ int do_select(int n, fd_set_bits *fds, s64 *timeout)
|
||||
wait = NULL;
|
||||
if (retval || !*timeout || signal_pending(current))
|
||||
break;
|
||||
if(table.error) {
|
||||
if (table.error) {
|
||||
retval = table.error;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user