Jelajahi Sumber

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>
Dave Young 17 tahun lalu
induk
melakukan
f70701a34e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/kobject.c

+ 1 - 1
lib/kobject.c

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