[PATCH] s390/hmcdrv: fix Kconfig "its" grammar

Randy Dunlap posted 1 patch 3 years, 9 months ago
drivers/s390/char/Kconfig |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] s390/hmcdrv: fix Kconfig "its" grammar
Posted by Randy Dunlap 3 years, 9 months ago
Use the possessive "its" instead of the contraction "it's"
where appropriate.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: linux-s390@vger.kernel.org
---
 drivers/s390/char/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/s390/char/Kconfig
+++ b/drivers/s390/char/Kconfig
@@ -89,7 +89,7 @@ config HMC_DRV
 	  Management Console (HMC) drive CD/DVD-ROM. It is available as a
 	  module, called 'hmcdrv', and also as kernel built-in. There is one
 	  optional parameter for this module: cachesize=N, which modifies the
-	  transfer cache size from it's default value 0.5MB to N bytes. If N
+	  transfer cache size from its default value 0.5MB to N bytes. If N
 	  is zero, then no caching is performed.
 
 config SCLP_OFB
Re: [PATCH] s390/hmcdrv: fix Kconfig "its" grammar
Posted by Alexander Gordeev 3 years, 9 months ago
On Thu, Jul 14, 2022 at 07:00:10PM -0700, Randy Dunlap wrote:
> Use the possessive "its" instead of the contraction "it's"
> where appropriate.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Heiko Carstens <hca@linux.ibm.com>
> Cc: Vasily Gorbik <gor@linux.ibm.com>
> Cc: Alexander Gordeev <agordeev@linux.ibm.com>
> Cc: linux-s390@vger.kernel.org
> ---
>  drivers/s390/char/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/s390/char/Kconfig
> +++ b/drivers/s390/char/Kconfig
> @@ -89,7 +89,7 @@ config HMC_DRV
>  	  Management Console (HMC) drive CD/DVD-ROM. It is available as a
>  	  module, called 'hmcdrv', and also as kernel built-in. There is one
>  	  optional parameter for this module: cachesize=N, which modifies the
> -	  transfer cache size from it's default value 0.5MB to N bytes. If N
> +	  transfer cache size from its default value 0.5MB to N bytes. If N
>  	  is zero, then no caching is performed.
>  
>  config SCLP_OFB

Applied, thanks!