summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/daemon.c
diff options
context:
space:
mode:
authorSteven Whitehouse2006-09-25 15:26:04 +0200
committerSteven Whitehouse2006-09-25 15:26:04 +0200
commit907b9bceb41fa46beae93f79cc4a2247df502c0f (patch)
tree7229e00c1f33fdd097fcacacd6208f2390e4728a /fs/gfs2/daemon.c
parent[GFS2] Tidy up meta_io code (diff)
downloadkernel-qcow2-linux-907b9bceb41fa46beae93f79cc4a2247df502c0f.tar.gz
kernel-qcow2-linux-907b9bceb41fa46beae93f79cc4a2247df502c0f.tar.xz
kernel-qcow2-linux-907b9bceb41fa46beae93f79cc4a2247df502c0f.zip
[GFS2/DLM] Fix trailing whitespace
As per Andrew Morton's request, removed trailing whitespace. Cc: Andrew Morton <akpm@osdl.org> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/daemon.c')
-rw-r--r--fs/gfs2/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/daemon.c b/fs/gfs2/daemon.c
index a9908cd78cd9..cab1f68d4685 100644
--- a/fs/gfs2/daemon.c
+++ b/fs/gfs2/daemon.c
@@ -30,7 +30,7 @@
/* This uses schedule_timeout() instead of msleep() because it's good for
the daemons to wake up more often than the timeout when unmounting so
the user's unmount doesn't sit there forever.
-
+
The kthread functions used to start these daemons block and flush signals. */
/**