Skip to content

Commit b6c6947

Browse files
rddunlapgregkh
authored andcommitted
kobject: fix Kconfig.debug "its" grammar
Use the possessive "its" instead of the contraction "it's" where appropriate. Cc: Russell King <linux@armlinux.org.uk> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20220715015959.12657-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3fe4076 commit b6c6947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ config DEBUG_KOBJECT_RELEASE
15601560
help
15611561
kobjects are reference counted objects. This means that their
15621562
last reference count put is not predictable, and the kobject can
1563-
live on past the point at which a driver decides to drop it's
1563+
live on past the point at which a driver decides to drop its
15641564
initial reference to the kobject gained on allocation. An
15651565
example of this would be a struct device which has just been
15661566
unregistered.

0 commit comments

Comments
 (0)