public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390: dasd: Mundane spelling fixes
@ 2021-03-22  2:39 Bhaskar Chowdhury
  2021-03-22  2:51 ` Randy Dunlap
  2021-03-26 19:59 ` Stefan Haberland
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  2:39 UTC (permalink / raw)
  To: sth, hoeppner, hca, gor, borntraeger, linux-s390, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/Subssystem/Subsystem/ ......two different places
s/reportet/reported/
s/managemnet/management/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/s390/block/dasd_eckd.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/s390/block/dasd_eckd.h b/drivers/s390/block/dasd_eckd.h
index ca24a78a256e..73651211789f 100644
--- a/drivers/s390/block/dasd_eckd.h
+++ b/drivers/s390/block/dasd_eckd.h
@@ -52,7 +52,7 @@
 #define DASD_ECKD_CCW_RCD		 0xFA
 #define DASD_ECKD_CCW_DSO		 0xF7

-/* Define Subssystem Function / Orders */
+/* Define Subsystem Function / Orders */
 #define DSO_ORDER_RAS			 0x81

 /*
@@ -110,7 +110,7 @@
 #define DASD_ECKD_PG_GROUPED		 0x10

 /*
- * Size that is reportet for large volumes in the old 16-bit no_cyl field
+ * Size that is reported for large volumes in the old 16-bit no_cyl field
  */
 #define LV_COMPAT_CYL 0xFFFE

@@ -555,7 +555,7 @@ struct dasd_dso_ras_ext_range {
 } __packed;

 /*
- * Define Subsytem Operation - Release Allocated Space
+ * Define Subsystem Operation - Release Allocated Space
  */
 struct dasd_dso_ras_data {
 	__u8 order;
@@ -676,7 +676,7 @@ struct dasd_eckd_private {
 	struct dasd_ext_pool_sum eps;
 	u32 real_cyl;

-	/* alias managemnet */
+	/* alias management */
 	struct dasd_uid uid;
 	struct alias_pav_group *pavgroup;
 	struct alias_lcu *lcu;
--
2.31.0


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

* Re: [PATCH] s390: dasd: Mundane spelling fixes
  2021-03-22  2:39 [PATCH] s390: dasd: Mundane spelling fixes Bhaskar Chowdhury
@ 2021-03-22  2:51 ` Randy Dunlap
  2021-03-26 19:59 ` Stefan Haberland
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-22  2:51 UTC (permalink / raw)
  To: Bhaskar Chowdhury, sth, hoeppner, hca, gor, borntraeger,
	linux-s390, linux-kernel

On 3/21/21 7:39 PM, Bhaskar Chowdhury wrote:
> 
> s/Subssystem/Subsystem/ ......two different places
> s/reportet/reported/
> s/managemnet/management/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/s390/block/dasd_eckd.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/s390/block/dasd_eckd.h b/drivers/s390/block/dasd_eckd.h
> index ca24a78a256e..73651211789f 100644
> --- a/drivers/s390/block/dasd_eckd.h
> +++ b/drivers/s390/block/dasd_eckd.h
> @@ -52,7 +52,7 @@
>  #define DASD_ECKD_CCW_RCD		 0xFA
>  #define DASD_ECKD_CCW_DSO		 0xF7
> 
> -/* Define Subssystem Function / Orders */
> +/* Define Subsystem Function / Orders */
>  #define DSO_ORDER_RAS			 0x81
> 
>  /*
> @@ -110,7 +110,7 @@
>  #define DASD_ECKD_PG_GROUPED		 0x10
> 
>  /*
> - * Size that is reportet for large volumes in the old 16-bit no_cyl field
> + * Size that is reported for large volumes in the old 16-bit no_cyl field
>   */
>  #define LV_COMPAT_CYL 0xFFFE
> 
> @@ -555,7 +555,7 @@ struct dasd_dso_ras_ext_range {
>  } __packed;
> 
>  /*
> - * Define Subsytem Operation - Release Allocated Space
> + * Define Subsystem Operation - Release Allocated Space
>   */
>  struct dasd_dso_ras_data {
>  	__u8 order;
> @@ -676,7 +676,7 @@ struct dasd_eckd_private {
>  	struct dasd_ext_pool_sum eps;
>  	u32 real_cyl;
> 
> -	/* alias managemnet */
> +	/* alias management */
>  	struct dasd_uid uid;
>  	struct alias_pav_group *pavgroup;
>  	struct alias_lcu *lcu;
> --


-- 
~Randy

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

* Re: [PATCH] s390: dasd: Mundane spelling fixes
  2021-03-22  2:39 [PATCH] s390: dasd: Mundane spelling fixes Bhaskar Chowdhury
  2021-03-22  2:51 ` Randy Dunlap
@ 2021-03-26 19:59 ` Stefan Haberland
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Haberland @ 2021-03-26 19:59 UTC (permalink / raw)
  To: Bhaskar Chowdhury, hoeppner, hca, gor, borntraeger, linux-s390,
	linux-kernel
  Cc: rdunlap

Am 22.03.21 um 03:39 schrieb Bhaskar Chowdhury:
> s/Subssystem/Subsystem/ ......two different places
> s/reportet/reported/
> s/managemnet/management/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/s390/block/dasd_eckd.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

applied, thanks


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

end of thread, other threads:[~2021-03-26 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-22  2:39 [PATCH] s390: dasd: Mundane spelling fixes Bhaskar Chowdhury
2021-03-22  2:51 ` Randy Dunlap
2021-03-26 19:59 ` Stefan Haberland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox