aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/kobject.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt
index f87241dfed87..1be59a3a521c 100644
--- a/Documentation/kobject.txt
+++ b/Documentation/kobject.txt
@@ -173,7 +173,7 @@ This should be done only after any attributes or children of the kobject
173have been initialized properly, as userspace will instantly start to look 173have been initialized properly, as userspace will instantly start to look
174for them when this call happens. 174for them when this call happens.
175 175
176When the kobject is removed from the kernel (details on how to do that is 176When the kobject is removed from the kernel (details on how to do that are
177below), the uevent for KOBJ_REMOVE will be automatically created by the 177below), the uevent for KOBJ_REMOVE will be automatically created by the
178kobject core, so the caller does not have to worry about doing that by 178kobject core, so the caller does not have to worry about doing that by
179hand. 179hand.