Skip to content

Commit 4ba5f0c

Browse files
ColinIanKingaxboe
authored andcommitted
s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
There is a spelling mistake in a pr_warn message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[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 22c17e2 commit 4ba5f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/s390/block/dasd_ioctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ dasd_ioctl_copy_pair_swap(struct block_device *bdev, void __user *argp)
401401
return -EFAULT;
402402
}
403403
if (memchr_inv(data.reserved, 0, sizeof(data.reserved))) {
404-
pr_warn("%s: Ivalid swap data specified.\n",
404+
pr_warn("%s: Invalid swap data specified\n",
405405
dev_name(&device->cdev->dev));
406406
dasd_put_device(device);
407407
return DASD_COPYPAIRSWAP_INVALID;

0 commit comments

Comments
 (0)