aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorPavel Machek <pavel@suse.cz>2008-04-21 22:15:06 +0000
committerJesper Juhl <juhl@hera.kernel.org>2008-04-21 22:15:06 +0000
commitf5264481c8049673e2cc8c7aca410931f571ba2d (patch)
treecfe54747b75be1c83d2102d9e7f80c650602fcdc /mm
parentCorrect a few trivial tree details in Documentation/SubmittingPatches (diff)
downloadlinux-dev-f5264481c8049673e2cc8c7aca410931f571ba2d.tar.xz
linux-dev-f5264481c8049673e2cc8c7aca410931f571ba2d.zip
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 @@
#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>