Skip to content
Snippets Groups Projects
Commit 9ff1f838 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Greg Kroah-Hartman
Browse files

kobject: fix the uncorrect comment

parent fef15d2f
No related branches found
No related tags found
No related merge requests found
...@@ -632,7 +632,7 @@ struct kobject *kobject_create(void) ...@@ -632,7 +632,7 @@ struct kobject *kobject_create(void)
/** /**
* kobject_create_and_add - create a struct kobject dynamically and register it with sysfs * 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. * @parent: the parent kobject of this kobject, if any.
* *
* This function creates a kobject structure dynamically and registers it * This function creates a kobject structure dynamically and registers it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment