]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kobject: fix the uncorrect comment
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Mon, 7 May 2012 02:48:25 +0000 (10:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2012 23:51:19 +0000 (16:51 -0700)
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/kobject.c

index 38fcc60e661b7f03da71f2dd47a8699a01dbf600..e07ee1fcd6f19da086439ffbeacd8376e4b3e533 100644 (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