Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kobject: grammar fix

Signed-off-by: John de la Garza <john@jjdev.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

John de la Garza and committed by
Jonathan Corbet
9b64c09b 5469b196

+1 -1
+1 -1
Documentation/kobject.txt
··· 173 173 have been initialized properly, as userspace will instantly start to look 174 174 for them when this call happens. 175 175 176 - When the kobject is removed from the kernel (details on how to do that is 176 + When the kobject is removed from the kernel (details on how to do that are 177 177 below), the uevent for KOBJ_REMOVE will be automatically created by the 178 178 kobject core, so the caller does not have to worry about doing that by 179 179 hand.