diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-22 01:21:17 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-22 01:21:17 +0200 |
commit | ab9bf4be4dd58f8ae1961180e008b7e3022f08b5 (patch) | |
tree | 1364584f9de0cd4bba03f88ae2fb610e1ebd17ed /fs/sysfs/inode.c | |
parent | sysfs: fix placement of EXPORT_SYMBOL() (diff) | |
download | linux-ab9bf4be4dd58f8ae1961180e008b7e3022f08b5.tar.xz linux-ab9bf4be4dd58f8ae1961180e008b7e3022f08b5.zip |
sysfs: remove trailing whitespace
This removes all trailing whitespace errors in the sysfs code.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/sysfs/inode.c')
-rw-r--r-- | fs/sysfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/inode.c b/fs/sysfs/inode.c index 3e2837a633ed..e9f251ae7e8b 100644 --- a/fs/sysfs/inode.c +++ b/fs/sysfs/inode.c @@ -10,7 +10,7 @@ * Please see Documentation/filesystems/sysfs.txt for more information. */ -#undef DEBUG +#undef DEBUG #include <linux/pagemap.h> #include <linux/namei.h> |