diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-21 16:21:17 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-21 16:21:17 -0700 |
commit | ab9bf4be4dd58f8ae1961180e008b7e3022f08b5 (patch) | |
tree | 1364584f9de0cd4bba03f88ae2fb610e1ebd17ed /fs/sysfs/dir.c | |
parent | 1b866757fc4cb135674f46c96909e900fcea91a2 (diff) | |
download | op-kernel-dev-ab9bf4be4dd58f8ae1961180e008b7e3022f08b5.zip op-kernel-dev-ab9bf4be4dd58f8ae1961180e008b7e3022f08b5.tar.gz |
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.c | 2 |
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) { |