SYSFS: Fix erroneous comments for sysfs_update_group().
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sat, 7 May 2011 21:18:20 +0000 (17:18 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 May 2011 21:22:00 +0000 (14:22 -0700)
Fix what is clearly a simple copy-and-paste error in commenting the
sysfs_update_group() routine.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/group.c

index c8769dc222d88a2a908b36eec4a98a959b1f63d5..194414f8298c0d034fa18b7b4b82da1eaf87a998 100644 (file)
@@ -101,9 +101,9 @@ int sysfs_create_group(struct kobject *kobj,
 }
 
 /**
- * sysfs_update_group - given a directory kobject, create an attribute group
- * @kobj:      The kobject to create the group on
- * @grp:       The attribute group to create
+ * sysfs_update_group - given a directory kobject, update an attribute group
+ * @kobj:      The kobject to update the group on
+ * @grp:       The attribute group to update
  *
  * This function updates an attribute group.  Unlike
  * sysfs_create_group(), it will explicitly not warn or error if any