Skip to content

Commit

Permalink
s390: dasd: Mundane spelling fixes
Browse files Browse the repository at this point in the history
s/Subssystem/Subsystem/ ......two different places
s/reportet/reported/
s/managemnet/management/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Stefan Haberland <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
unixbhaskar authored and axboe committed May 3, 2021
1 parent 1e31016 commit be4f361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/s390/block/dasd_eckd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit be4f361

Please sign in to comment.