From 9b64c09bb960b4ccae2a42e204cd70f83b115e3d Mon Sep 17 00:00:00 2001 From: John de la Garza Date: Sat, 6 Dec 2014 16:38:57 -0500 Subject: kobject: grammar fix Signed-off-by: John de la Garza Signed-off-by: Jonathan Corbet --- Documentation/kobject.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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 have been initialized properly, as userspace will instantly start to look for them when this call happens. -When the kobject is removed from the kernel (details on how to do that is +When the kobject is removed from the kernel (details on how to do that are below), the uevent for KOBJ_REMOVE will be automatically created by the kobject core, so the caller does not have to worry about doing that by hand. -- cgit v1.2.3-59-g8ed1b