summaryrefslogtreecommitdiff
path: root/fs/sysfs/dir.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 23:21:17 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 23:21:17 (GMT)
commitab9bf4be4dd58f8ae1961180e008b7e3022f08b5 (patch)
tree1364584f9de0cd4bba03f88ae2fb610e1ebd17ed /fs/sysfs/dir.c
parent1b866757fc4cb135674f46c96909e900fcea91a2 (diff)
downloadlinux-ab9bf4be4dd58f8ae1961180e008b7e3022f08b5.tar.xz
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 e068e74..32244cd 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)
{