dect
/
linux-2.6
Archived
13
0
Fork 0

kobject: fix the uncorrect comment

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Zhi Yong Wu 2012-05-07 10:48:25 +08:00 committed by Greg Kroah-Hartman
parent fef15d2f3d
commit 9ff1f838e9
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ struct kobject *kobject_create(void)
/**
* kobject_create_and_add - create a struct kobject dynamically and register it with sysfs
*
* @name: the name for the kset
* @name: the name for the kobject
* @parent: the parent kobject of this kobject, if any.
*
* This function creates a kobject structure dynamically and registers it