From: Randy Dunlap Date: Fri, 15 Jul 2022 01:59:59 +0000 (-0700) Subject: kobject: fix Kconfig.debug "its" grammar X-Git-Tag: v6.1-rc5~725^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6c694740ea21620c2b86ad37be2c0dc7051a48c;p=platform%2Fkernel%2Flinux-starfive.git kobject: fix Kconfig.debug "its" grammar Use the possessive "its" instead of the contraction "it's" where appropriate. Cc: Russell King Cc: Greg Kroah-Hartman Signed-off-by: Randy Dunlap Link: https://lore.kernel.org/r/20220715015959.12657-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2e24db4..abb1b28 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1560,7 +1560,7 @@ config DEBUG_KOBJECT_RELEASE help kobjects are reference counted objects. This means that their last reference count put is not predictable, and the kobject can - live on past the point at which a driver decides to drop it's + live on past the point at which a driver decides to drop its initial reference to the kobject gained on allocation. An example of this would be a struct device which has just been unregistered.