aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/dir.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 16:21:17 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 16:21:17 -0700
commitab9bf4be4dd58f8ae1961180e008b7e3022f08b5 (patch)
tree1364584f9de0cd4bba03f88ae2fb610e1ebd17ed /fs/sysfs/dir.c
parentsysfs: fix placement of EXPORT_SYMBOL() (diff)
downloadlinux-dev-ab9bf4be4dd58f8ae1961180e008b7e3022f08b5.tar.xz
linux-dev-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/dir.c')
-rw-r--r--fs/sysfs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c
index e068e744dbdd..32244cd157a7 100644
--- a/fs/sysfs/dir.c
+++ b/fs/sysfs/dir.c
@@ -735,7 +735,7 @@ static enum kobj_ns_type sysfs_read_ns_type(struct kobject *kobj)
/**
* sysfs_create_dir - create a directory for an object.
- * @kobj: object we're creating directory for.
+ * @kobj: object we're creating directory for.
*/
int sysfs_create_dir(struct kobject * kobj)
{