From hidave.darkstar@gmail.com Mon Jan 28 08:58:35 2008 From: Dave Young Date: Mon, 28 Jan 2008 16:58:00 +0800 Subject: kobject: kerneldoc comment fix To: gregkh@suse.de Cc: linux-kernel@vger.kernel.org Message-ID: <20080128085800.GB27570@darkstar.te-china.tietoenator.com> Content-Disposition: inline Fix kerneldoc comment of kobject_create. Signed-off-by: Dave Young Signed-off-by: Greg Kroah-Hartman --- lib/kobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/kobject.c +++ b/lib/kobject.c @@ -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.