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:
Pavel Machek
2008-04-21 22:15:06 +00:00
committed by Jesper Juhl
parent 1fb7c6e4cb
commit f5264481c8
4 changed files with 6 additions and 7 deletions

View File

@@ -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;
}