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>

authored by Robert P. J. Day and committed by Greg Kroah-Hartman 178a5b35 67fc233f

+2 -1
+2 -1
Documentation/kobject.txt
··· 406 Example code to copy from 407 408 For a more complete example of using ksets and kobjects properly, see the 409 - sample/kobject/kset-example.c code.
··· 406 Example code to copy from 407 408 For a more complete example of using ksets and kobjects properly, see the 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.