2014-12-06 21:39:03

by John de la Garza

[permalink] [raw]
Subject: [PATCH] kobject: grammar fix

Signed-off-by: John de la Garza <[email protected]>
---
Documentation/kobject.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt
index f87241d..1be59a3 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.
--
2.1.1


2014-12-08 14:07:56

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] kobject: grammar fix

On Sat, 6 Dec 2014 16:38:57 -0500
John de la Garza <[email protected]> wrote:

> -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

Makes sense, applied to the docs tree.

Thanks,

jon