diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2010-03-12 07:30:35 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-19 07:12:20 -0700 |
commit | 178a5b35b2777346206d4b577b36d10061732f8c (patch) | |
tree | fdf10382b9651345680a478881bb65c764e1f01f /Documentation | |
parent | 67fc233f4fb67907861b4077cea5294035f80dc7 (diff) | |
download | linux-3.10-178a5b35b2777346206d4b577b36d10061732f8c.tar.gz linux-3.10-178a5b35b2777346206d4b577b36d10061732f8c.tar.bz2 linux-3.10-178a5b35b2777346206d4b577b36d10061732f8c.zip |
kobject: documentation: Update to refer to kset-example.c.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kobject.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt index 668cb83d956..3ab2472509c 100644 --- 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. |