Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f70701a3 authored by Dave Young's avatar Dave Young Committed by Greg Kroah-Hartman
Browse files

kobject: kerneldoc comment fix



Fix kerneldoc comment of kobject_create.

Signed-off-by: default avatarDave Young <hidave.darkstar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent dfacd68e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -637,7 +637,7 @@ struct kobject *kobject_create(void)
 * @name: the name for the kset
 * @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
 * kobject_put() and the structure will be dynamically freed when
 * it is no longer being used.