projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfacd68
)
kobject: kerneldoc comment fix
author
Dave Young
<
[email protected]
>
Mon, 28 Jan 2008 08:58:00 +0000
(16:58 +0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 2 Feb 2008 23:14:48 +0000
(15:14 -0800)
Fix kerneldoc comment of kobject_create.
Signed-off-by: Dave Young <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
lib/kobject.c
patch
|
blob
|
history
diff --git
a/lib/kobject.c
b/lib/kobject.c
index 1d63ead1815e4f5cb8aae5ea2d86a1541eed23a2..d784daeb8571692e0fed288f17df60651a04366c 100644
(file)
--- 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 k
se
t structure dynamically and registers it
+ * This function creates a k
objec
t 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.