瀏覽代碼

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>
Zhi Yong Wu 13 年之前
父節點
當前提交
9ff1f838e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/kobject.c

+ 1 - 1
lib/kobject.c

@@ -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