aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorPavel Machek <pavel@suse.cz>2008-04-21 18:15:06 -0400
committerJesper Juhl <juhl@hera.kernel.org>2008-04-21 18:15:06 -0400
commitf5264481c8049673e2cc8c7aca410931f571ba2d (patch)
treecfe54747b75be1c83d2102d9e7f80c650602fcdc /mm
parent1fb7c6e4cba35b5e7cef88b58d0a2ad164d801a5 (diff)
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>
Diffstat (limited to 'mm')
-rw-r--r--mm/pdflush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/pdflush.c b/mm/pdflush.c
index 8f6ee073c0e3..3931f716454a 100644
--- a/mm/pdflush.c
+++ b/mm/pdflush.c
@@ -17,8 +17,8 @@
17#include <linux/gfp.h> 17#include <linux/gfp.h>
18#include <linux/init.h> 18#include <linux/init.h>
19#include <linux/module.h> 19#include <linux/module.h>
20#include <linux/fs.h> // Needed by writeback.h 20#include <linux/fs.h> /* Needed by writeback.h */
21#include <linux/writeback.h> // Prototypes pdflush_operation() 21#include <linux/writeback.h> /* Prototypes pdflush_operation() */
22#include <linux/kthread.h> 22#include <linux/kthread.h>
23#include <linux/cpuset.h> 23#include <linux/cpuset.h>
24#include <linux/freezer.h> 24#include <linux/freezer.h>