lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 21 Mar 2021 19:51:07 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, sth@...ux.ibm.com,
        hoeppner@...ux.ibm.com, hca@...ux.ibm.com, gor@...ux.ibm.com,
        borntraeger@...ibm.com, linux-s390@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] s390: dasd: Mundane spelling fixes

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@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ