linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usr/Kconfig: fix typos of "its"
@ 2023-12-10  5:34 Randy Dunlap
  2023-12-10  7:38 ` Nicolas Schier
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2023-12-10  5:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Masahiro Yamada, Nathan Chancellor, Nicolas Schier,
	linux-kbuild, Francisco Blas Izquierdo Riera (klondike),
	Andrew Morton

Use "Its" or "its" for possessive instead of "it's" (contraction
for "it is").

Fixes: db2aa7fd15e8 ("initramfs: allow again choice of the embedded initram compression algorithm")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Nicolas Schier <nicolas@fjasle.eu>
Cc: linux-kbuild@vger.kernel.org
Cc: "Francisco Blas Izquierdo Riera (klondike)" <klondike@klondike.es>
Cc: Andrew Morton <akpm@linux-foundation.org>
---
 usr/Kconfig |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff -- a/usr/Kconfig b/usr/Kconfig
--- a/usr/Kconfig
+++ b/usr/Kconfig
@@ -185,9 +185,9 @@ config INITRAMFS_COMPRESSION_LZO
 	bool "LZO"
 	depends on RD_LZO
 	help
-	  It's compression ratio is the second poorest amongst the choices. The
-	  kernel size is about 10% bigger than gzip. Despite that, it's
-	  decompression speed is the second fastest and it's compression speed
+	  Its compression ratio is the second poorest amongst the choices. The
+	  kernel size is about 10% bigger than gzip. Despite that, its
+	  decompression speed is the second fastest and its compression speed
 	  is quite fast too.
 
 	  If you choose this, keep in mind that you may need to install the lzop

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] usr/Kconfig: fix typos of "its"
  2023-12-10  5:34 [PATCH] usr/Kconfig: fix typos of "its" Randy Dunlap
@ 2023-12-10  7:38 ` Nicolas Schier
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Schier @ 2023-12-10  7:38 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Masahiro Yamada, Nathan Chancellor, linux-kbuild,
	Francisco Blas Izquierdo Riera (klondike),
	Andrew Morton

On Sat, Dec 09, 2023 at 09:34:29PM -0800 Randy Dunlap wrote:
> Use "Its" or "its" for possessive instead of "it's" (contraction
> for "it is").
> 
> Fixes: db2aa7fd15e8 ("initramfs: allow again choice of the embedded initram compression algorithm")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Masahiro Yamada <masahiroy@kernel.org>
> Cc: Nathan Chancellor <nathan@kernel.org>
> Cc: Nicolas Schier <nicolas@fjasle.eu>
> Cc: linux-kbuild@vger.kernel.org
> Cc: "Francisco Blas Izquierdo Riera (klondike)" <klondike@klondike.es>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> ---
>  usr/Kconfig |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff -- a/usr/Kconfig b/usr/Kconfig
> --- a/usr/Kconfig
> +++ b/usr/Kconfig
> @@ -185,9 +185,9 @@ config INITRAMFS_COMPRESSION_LZO
>  	bool "LZO"
>  	depends on RD_LZO
>  	help
> -	  It's compression ratio is the second poorest amongst the choices. The
> -	  kernel size is about 10% bigger than gzip. Despite that, it's
> -	  decompression speed is the second fastest and it's compression speed
> +	  Its compression ratio is the second poorest amongst the choices. The
> +	  kernel size is about 10% bigger than gzip. Despite that, its
> +	  decompression speed is the second fastest and its compression speed
>  	  is quite fast too.
>  
>  	  If you choose this, keep in mind that you may need to install the lzop

Thanks.

Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-10  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-10  5:34 [PATCH] usr/Kconfig: fix typos of "its" Randy Dunlap
2023-12-10  7:38 ` Nicolas Schier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).