Browse Source

sysfs: Fixed a trailing white space error

This patch removes the trailing white space in fs/sysfs/mount.c.

Signed-off-by: Bin Wang <wbin00@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Bin Wang 12 years ago
parent
commit
6b8fbde418
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/sysfs/mount.c

+ 1 - 1
fs/sysfs/mount.c

@@ -10,7 +10,7 @@
  * Please see Documentation/filesystems/sysfs.txt for more information.
  */
 
-#define DEBUG 
+#define DEBUG
 
 #include <linux/fs.h>
 #include <linux/mount.h>