Skip to content

Commit b2113ed

Browse files
Yu Jiaoliangaxboe
authored andcommitted
s390/dasd: Fix typo in comment
Fix typo in comment: requeust->request, Removve->Remove, notthing->nothing. Signed-off-by: Yu Jiaoliang <[email protected]> Signed-off-by: Stefan Haberland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 7f5435b commit b2113ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/s390/block/dasd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ int dasd_flush_device_queue(struct dasd_device *device)
21172117
case DASD_CQR_IN_IO:
21182118
rc = device->discipline->term_IO(cqr);
21192119
if (rc) {
2120-
/* unable to terminate requeust */
2120+
/* unable to terminate request */
21212121
dev_err(&device->cdev->dev,
21222122
"Flushing the DASD request queue failed\n");
21232123
/* stop flush processing */

drivers/s390/block/dasd_devmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ dasd_delete_device(struct dasd_device *device)
855855
dev_set_drvdata(&device->cdev->dev, NULL);
856856
spin_unlock_irqrestore(get_ccwdev_lock(device->cdev), flags);
857857

858-
/* Removve copy relation */
858+
/* Remove copy relation */
859859
dasd_devmap_delete_copy_relation_device(device);
860860
/*
861861
* Drop ref_count by 3, one for the devmap reference, one for

drivers/s390/block/dasd_eckd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2405,7 +2405,7 @@ static int dasd_eckd_end_analysis(struct dasd_block *block)
24052405
}
24062406

24072407
if (count_area != NULL && count_area->kl == 0) {
2408-
/* we found notthing violating our disk layout */
2408+
/* we found nothing violating our disk layout */
24092409
if (dasd_check_blocksize(count_area->dl) == 0)
24102410
block->bp_block = count_area->dl;
24112411
}

0 commit comments

Comments
 (0)