From: Robert P. J. Day Date: Fri, 12 Mar 2010 12:30:35 +0000 (-0500) Subject: kobject: documentation: Update to refer to kset-example.c. X-Git-Tag: v3.0~5394^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=178a5b35b2777346206d4b577b36d10061732f8c;p=platform%2Fkernel%2Flinux-amlogic.git kobject: documentation: Update to refer to kset-example.c. Signed-off-by: Robert P. J. Day Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt index 668cb83..3ab2472 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.