From: Robert P. J. Day Date: Sat, 7 May 2011 21:18:20 +0000 (-0400) Subject: SYSFS: Fix erroneous comments for sysfs_update_group(). X-Git-Tag: v3.0-rc1~390^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f8e1cdac616e510eeb2dc2a9226bf597bc6cfd6;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git SYSFS: Fix erroneous comments for sysfs_update_group(). Fix what is clearly a simple copy-and-paste error in commenting the sysfs_update_group() routine. Signed-off-by: Robert P. J. Day Signed-off-by: Greg Kroah-Hartman --- diff --git a/fs/sysfs/group.c b/fs/sysfs/group.c index c8769dc2..194414f 100644 --- a/fs/sysfs/group.c +++ b/fs/sysfs/group.c @@ -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