[PATCH] Fix core files so they make sense to gdb...
[powerpc.git] / fs / gfs2 / daemon.c
index a9908cd..cab1f68 100644 (file)
@@ -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. */
 
 /**