Skip to content

Commit 9ff1f83

Browse files
Zhi Yong Wugregkh
authored andcommitted
kobject: fix the uncorrect comment
Signed-off-by: Zhi Yong Wu <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fef15d2 commit 9ff1f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ struct kobject *kobject_create(void)
632632
/**
633633
* kobject_create_and_add - create a struct kobject dynamically and register it with sysfs
634634
*
635-
* @name: the name for the kset
635+
* @name: the name for the kobject
636636
* @parent: the parent kobject of this kobject, if any.
637637
*
638638
* This function creates a kobject structure dynamically and registers it

0 commit comments

Comments
 (0)