Commit 178a5b35b2777346206d4b577b36d10061732f8c

Authored by Robert P. J. Day
Committed by Greg Kroah-Hartman
1 parent 67fc233f4f

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

Documentation/kobject.txt
... ... @@ -406,5 +406,6 @@
406 406 Example code to copy from
407 407  
408 408 For a more complete example of using ksets and kobjects properly, see the
409   -sample/kobject/kset-example.c code.
  409 +example programs samples/kobject/{kobject-example.c,kset-example.c},
  410 +which will be built as loadable modules if you select CONFIG_SAMPLE_KOBJECT.