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

@ -135,8 +135,7 @@ static void restart_machine(void)
preempt_enable_no_resched();
}
struct stop_machine_data
{
struct stop_machine_data {
int (*fn)(void *);
void *data;
struct completion done;

View File

@ -17,8 +17,8 @@
#include <linux/gfp.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/fs.h> // Needed by writeback.h
#include <linux/writeback.h> // Prototypes pdflush_operation()
#include <linux/fs.h> /* Needed by writeback.h */
#include <linux/writeback.h> /* Prototypes pdflush_operation() */
#include <linux/kthread.h>
#include <linux/cpuset.h>
#include <linux/freezer.h>