[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080128085800.GB27570@darkstar.te-china.tietoenator.com>
Date: Mon, 28 Jan 2008 16:58:00 +0800
From: Dave Young <hidave.darkstar@...il.com>
To: gregkh@...e.de
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] kobject : kerneldoc comment fix
Fix kerneldoc comment of kobject_create.
Signed-off-by: Dave Young <hidave.darkstar@...il.com>
---
lib/kobject.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -upr a/lib/kobject.c b/lib/kobject.c
--- a/lib/kobject.c 2008-01-28 16:53:08.000000000 +0800
+++ b/lib/kobject.c 2008-01-28 16:53:08.000000000 +0800
@@ -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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists