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>
This commit is contained in:
Greg Kroah-Hartman 2013-08-21 16:06:14 -07:00
parent d363bc53ef
commit e6c56920fd

View File

@ -4,7 +4,7 @@
* Copyright (c) 2003 Patrick Mochel * Copyright (c) 2003 Patrick Mochel
* Copyright (c) 2003 Open Source Development Lab * 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); 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) const struct attribute_group * grp)
{ {
struct sysfs_dirent *dir_sd = kobj->sd; struct sysfs_dirent *dir_sd = kobj->sd;