From 431a6deee32f5dd795433a23795956eebefe8643 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Fri, 12 Mar 2010 07:30:35 -0500 Subject: [PATCH] --- yaml --- r: 188803 b: refs/heads/master c: 178a5b35b2777346206d4b577b36d10061732f8c h: refs/heads/master i: 188801: 4d6b6058d09f5d87de3da37f14ff973e5878123c 188799: 349039b409f307832d5d2dead54265cc48efcce1 v: v3 --- [refs] | 2 +- trunk/Documentation/kobject.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 447e8dbeb531..dfe44d81601f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 67fc233f4fb67907861b4077cea5294035f80dc7 +refs/heads/master: 178a5b35b2777346206d4b577b36d10061732f8c diff --git a/trunk/Documentation/kobject.txt b/trunk/Documentation/kobject.txt index 668cb83d9561..3ab2472509cb 100644 --- a/trunk/Documentation/kobject.txt +++ b/trunk/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.