]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
s390/dasd: Fix typo in comment
authorYu Jiaoliang <yujiaoliang@vivo.com>
Fri, 8 Nov 2024 13:39:13 +0000 (14:39 +0100)
committerJens Axboe <axboe@kernel.dk>
Sun, 10 Nov 2024 03:06:58 +0000 (20:06 -0700)
Fix typo in comment:
requeust->request,
Removve->Remove,
notthing->nothing.

Signed-off-by: Yu Jiaoliang <yujiaoliang@vivo.com>
Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Link: https://lore.kernel.org/r/20241108133913.3068782-3-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dasd.c
drivers/s390/block/dasd_devmap.c
drivers/s390/block/dasd_eckd.c

index 42a4a996defbe1e4e39c803340b98eb05472bd69..3ed642f4f00dacdc55ba727357f0c7fb830a6cdd 100644 (file)
@@ -2117,7 +2117,7 @@ int dasd_flush_device_queue(struct dasd_device *device)
                case DASD_CQR_IN_IO:
                        rc = device->discipline->term_IO(cqr);
                        if (rc) {
-                               /* unable to terminate requeust */
+                               /* unable to terminate request */
                                dev_err(&device->cdev->dev,
                                        "Flushing the DASD request queue failed\n");
                                /* stop flush processing */
index 6adaeb985dde12ede579bfbb8ba23297d436c828..71d8fb86139db698dc4b44fb5fb18a40c6afd725 100644 (file)
@@ -855,7 +855,7 @@ dasd_delete_device(struct dasd_device *device)
        dev_set_drvdata(&device->cdev->dev, NULL);
        spin_unlock_irqrestore(get_ccwdev_lock(device->cdev), flags);
 
-       /* Removve copy relation */
+       /* Remove copy relation */
        dasd_devmap_delete_copy_relation_device(device);
        /*
         * Drop ref_count by 3, one for the devmap reference, one for
index 90b106408992d0c793b02bfed7e5eec4a8d44bf9..1ebe589b5185ad88dc95dd28db69b52f8eb7621b 100644 (file)
@@ -2405,7 +2405,7 @@ static int dasd_eckd_end_analysis(struct dasd_block *block)
        }
 
        if (count_area != NULL && count_area->kl == 0) {
-               /* we found notthing violating our disk layout */
+               /* we found nothing violating our disk layout */
                if (dasd_check_blocksize(count_area->dl) == 0)
                        block->bp_block = count_area->dl;
        }