diff options
-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 668cb83d9561..3ab2472509cb 100644 --- a/Documentation/kobject.txt +++ b/Documentation/kobject.txt | |||
@@ -406,4 +406,5 @@ called, and the objects in the former circle release each other. | |||
406 | Example code to copy from | 406 | Example code to copy from |
407 | 407 | ||
408 | For a more complete example of using ksets and kobjects properly, see the | 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. | ||