aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/group.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 16:06:14 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 16:06:14 -0700
commite6c56920fd81f804910360cd487ec78b766b3aa8 (patch)
treee007b6c01368ba111e773deb5893741481488de9 /fs/sysfs/group.c
parentsysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location (diff)
downloadlinux-dev-e6c56920fd81f804910360cd487ec78b766b3aa8.tar.xz
linux-dev-e6c56920fd81f804910360cd487ec78b766b3aa8.zip
sysfs: group.c: fix trailing whitespace
There was some trailing spaces in the file, fix that up. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/sysfs/group.c')
-rw-r--r--fs/sysfs/group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/sysfs/group.c b/fs/sysfs/group.c
index c86a1729f537..14672e9b9172 100644
--- a/fs/sysfs/group.c
+++ b/fs/sysfs/group.c
@@ -4,7 +4,7 @@
* Copyright (c) 2003 Patrick Mochel
* Copyright (c) 2003 Open Source Development Lab
*
- * This file is released undert the GPL v2.
+ * This file is released undert the GPL v2.
*
*/
@@ -189,7 +189,7 @@ int sysfs_update_group(struct kobject *kobj,
}
EXPORT_SYMBOL_GPL(sysfs_update_group);
-void sysfs_remove_group(struct kobject * kobj,
+void sysfs_remove_group(struct kobject * kobj,
const struct attribute_group * grp)
{
struct sysfs_dirent *dir_sd = kobj->sd;