dect
/
linux-2.6
Archived
13
0
Fork 0

kobject: kerneldoc comment fix

Fix kerneldoc comment of kobject_create.

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Dave Young 2008-01-28 16:58:00 +08:00 committed by Greg Kroah-Hartman
parent dfacd68e49
commit f70701a34e
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ struct kobject *kobject_create(void)
* @name: the name for the kset
* @parent: the parent kobject of this kobject, if any.
*
* This function creates a kset structure dynamically and registers it
* This function creates a kobject structure dynamically and registers it
* with sysfs. When you are finished with this structure, call
* kobject_put() and the structure will be dynamically freed when
* it is no longer being used.