Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 178a5b35 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Greg Kroah-Hartman
Browse files

kobject: documentation: Update to refer to kset-example.c.

parent 67fc233f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.