diff options
author | Nikanth Karthikesan <knikanth@suse.de> | 2010-09-20 02:14:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-09-21 11:04:50 -0400 |
commit | 817f2c842d6c38acfd58d20d29ba583ec467ae35 (patch) | |
tree | f1afe7175e0a2b3ecf465f26804ad8c3f6f7d263 /drivers/s390/block/dasd_eckd.c | |
parent | 0bc79f7f58f5d0670c776818e38f482555bc27ae (diff) |
Fix various typos of valid in comments
Fix various typos of valid.
Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/s390/block/dasd_eckd.c')
-rw-r--r-- | drivers/s390/block/dasd_eckd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/block/dasd_eckd.c b/drivers/s390/block/dasd_eckd.c index 66360c24bd48..59b4ecfb967b 100644 --- a/drivers/s390/block/dasd_eckd.c +++ b/drivers/s390/block/dasd_eckd.c | |||
@@ -1190,7 +1190,7 @@ dasd_eckd_check_characteristics(struct dasd_device *device) | |||
1190 | goto out_err2; | 1190 | goto out_err2; |
1191 | } | 1191 | } |
1192 | /* | 1192 | /* |
1193 | * dasd_eckd_vaildate_server is done on the first device that | 1193 | * dasd_eckd_validate_server is done on the first device that |
1194 | * is found for an LCU. All later other devices have to wait | 1194 | * is found for an LCU. All later other devices have to wait |
1195 | * for it, so they will read the correct feature codes. | 1195 | * for it, so they will read the correct feature codes. |
1196 | */ | 1196 | */ |
@@ -1216,7 +1216,7 @@ dasd_eckd_check_characteristics(struct dasd_device *device) | |||
1216 | "Read device characteristic failed, rc=%d", rc); | 1216 | "Read device characteristic failed, rc=%d", rc); |
1217 | goto out_err3; | 1217 | goto out_err3; |
1218 | } | 1218 | } |
1219 | /* find the vaild cylinder size */ | 1219 | /* find the valid cylinder size */ |
1220 | if (private->rdc_data.no_cyl == LV_COMPAT_CYL && | 1220 | if (private->rdc_data.no_cyl == LV_COMPAT_CYL && |
1221 | private->rdc_data.long_no_cyl) | 1221 | private->rdc_data.long_no_cyl) |
1222 | private->real_cyl = private->rdc_data.long_no_cyl; | 1222 | private->real_cyl = private->rdc_data.long_no_cyl; |