kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
@ 2022-09-23 13:21 Colin Ian King
  2022-09-27  5:46 ` Heiko Carstens
  2022-11-11 12:59 ` Stefan Haberland
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-09-23 13:21 UTC (permalink / raw)
  To: Stefan Haberland, Jan Hoeppner, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Christian Borntraeger, linux-s390
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a pr_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/s390/block/dasd_ioctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/s390/block/dasd_ioctl.c b/drivers/s390/block/dasd_ioctl.c
index d0ddf2cc9786..484de696839c 100644
--- a/drivers/s390/block/dasd_ioctl.c
+++ b/drivers/s390/block/dasd_ioctl.c
@@ -401,7 +401,7 @@ dasd_ioctl_copy_pair_swap(struct block_device *bdev, void __user *argp)
 		return -EFAULT;
 	}
 	if (memchr_inv(data.reserved, 0, sizeof(data.reserved))) {
-		pr_warn("%s: Ivalid swap data specified.\n",
+		pr_warn("%s: Invalid swap data specified.\n",
 			dev_name(&device->cdev->dev));
 		dasd_put_device(device);
 		return DASD_COPYPAIRSWAP_INVALID;
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
  2022-09-23 13:21 [PATCH][next] s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid" Colin Ian King
@ 2022-09-27  5:46 ` Heiko Carstens
  2022-11-11 12:59 ` Stefan Haberland
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Carstens @ 2022-09-27  5:46 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Stefan Haberland, Jan Hoeppner, Vasily Gorbik, Alexander Gordeev,
	Christian Borntraeger, linux-s390, kernel-janitors, linux-kernel

On Fri, Sep 23, 2022 at 02:21:03PM +0100, Colin Ian King wrote:
> There is a spelling mistake in a pr_warn message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/s390/block/dasd_ioctl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/s390/block/dasd_ioctl.c b/drivers/s390/block/dasd_ioctl.c
> index d0ddf2cc9786..484de696839c 100644
> --- a/drivers/s390/block/dasd_ioctl.c
> +++ b/drivers/s390/block/dasd_ioctl.c
> @@ -401,7 +401,7 @@ dasd_ioctl_copy_pair_swap(struct block_device *bdev, void __user *argp)
>  		return -EFAULT;
>  	}
>  	if (memchr_inv(data.reserved, 0, sizeof(data.reserved))) {
> -		pr_warn("%s: Ivalid swap data specified.\n",
> +		pr_warn("%s: Invalid swap data specified.\n",

While at it you could also remove the full stop at the end of the
string, which is inconsistent to all other pr_warn() invocations
within the dasd device driver.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
  2022-09-23 13:21 [PATCH][next] s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid" Colin Ian King
  2022-09-27  5:46 ` Heiko Carstens
@ 2022-11-11 12:59 ` Stefan Haberland
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Haberland @ 2022-11-11 12:59 UTC (permalink / raw)
  To: Colin Ian King, Jan Hoeppner, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Christian Borntraeger, linux-s390
  Cc: kernel-janitors, linux-kernel

Am 23.09.22 um 15:21 schrieb Colin Ian King:
> There is a spelling mistake in a pr_warn message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---

applied, thanks


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-11 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-23 13:21 [PATCH][next] s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid" Colin Ian King
2022-09-27  5:46 ` Heiko Carstens
2022-11-11 12:59 ` Stefan Haberland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).