Skip to content

Commit

Permalink
SYSFS: Fix erroneous comments for sysfs_update_group().
Browse files Browse the repository at this point in the history
Fix what is clearly a simple copy-and-paste error in commenting the
sysfs_update_group() routine.

Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
rpjday authored and gregkh committed May 10, 2011
1 parent 63dc355 commit 1f8e1cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs/sysfs/group.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f8e1cd

Please sign in to comment.