diff options
author | Randy Dunlap <[email protected]> | 2022-07-14 18:59:59 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-07-28 16:30:35 +0200 |
commit | b6c694740ea21620c2b86ad37be2c0dc7051a48c (patch) | |
tree | eae6509180f54868e5df20f5c664d1a180d18e78 | |
parent | 3fe4076482789c2c4a772f6676b246a0d96c99c4 (diff) |
kobject: fix Kconfig.debug "its" grammar
Use the possessive "its" instead of the contraction "it's"
where appropriate.
Cc: Russell King <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2e24db4bff19..abb1b287b8f1 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. |