File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
#define DASD_ECKD_CCW_RCD 0xFA
53
53
#define DASD_ECKD_CCW_DSO 0xF7
54
54
55
- /* Define Subssystem Function / Orders */
55
+ /* Define Subsystem Function / Orders */
56
56
#define DSO_ORDER_RAS 0x81
57
57
58
58
/*
110
110
#define DASD_ECKD_PG_GROUPED 0x10
111
111
112
112
/*
113
- * Size that is reportet for large volumes in the old 16-bit no_cyl field
113
+ * Size that is reported for large volumes in the old 16-bit no_cyl field
114
114
*/
115
115
#define LV_COMPAT_CYL 0xFFFE
116
116
@@ -555,7 +555,7 @@ struct dasd_dso_ras_ext_range {
555
555
} __packed ;
556
556
557
557
/*
558
- * Define Subsytem Operation - Release Allocated Space
558
+ * Define Subsystem Operation - Release Allocated Space
559
559
*/
560
560
struct dasd_dso_ras_data {
561
561
__u8 order ;
@@ -676,7 +676,7 @@ struct dasd_eckd_private {
676
676
struct dasd_ext_pool_sum eps ;
677
677
u32 real_cyl ;
678
678
679
- /* alias managemnet */
679
+ /* alias management */
680
680
struct dasd_uid uid ;
681
681
struct alias_pav_group * pavgroup ;
682
682
struct alias_lcu * lcu ;
You can’t perform that action at this time.
0 commit comments