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:
67fc233
)
kobject: documentation: Update to refer to kset-example.c.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Fri, 12 Mar 2010 12:30:35 +0000
(07:30 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 19 Mar 2010 14:12:20 +0000
(07:12 -0700)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/kobject.txt
patch
|
blob
|
history
diff --git
a/Documentation/kobject.txt
b/Documentation/kobject.txt
index 668cb83d95615fca510d653e0cc443abbcb3a694..3ab2472509cbbc86996b31d809543ca2dd93f2c9 100644
(file)
--- a/
Documentation/kobject.txt
+++ b/
Documentation/kobject.txt
@@
-406,4
+406,5
@@
called, and the objects in the former circle release each other.
Example code to copy from
For a more complete example of using ksets and kobjects properly, see the
-sample/kobject/kset-example.c code.
+example programs samples/kobject/{kobject-example.c,kset-example.c},
+which will be built as loadable modules if you select CONFIG_SAMPLE_KOBJECT.