* [PATCH] s390/dasd: fix spelling mistake: "supportet" -> "supported"
@ 2017-02-23 11:06 Colin King
2017-02-23 11:55 ` Martin Schwidefsky
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-02-23 11:06 UTC (permalink / raw)
To: Stefan Haberland, Jan Hoeppner, Martin Schwidefsky,
Heiko Carstens, linux-s390
Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
trivial fix to spelling mistake in literal string
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/s390/block/dasd_eckd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/s390/block/dasd_eckd.c b/drivers/s390/block/dasd_eckd.c
index 0f17137..0b38217 100644
--- a/drivers/s390/block/dasd_eckd.c
+++ b/drivers/s390/block/dasd_eckd.c
@@ -4864,7 +4864,7 @@ static void dasd_eckd_dump_sense_tcw(struct dasd_device *device,
break;
case 3: /* tsa_intrg */
len += sprintf(page + len, PRINTK_HEADER
- " tsb->tsa.intrg.: not supportet yet\n");
+ " tsb->tsa.intrg.: not supported yet\n");
break;
}
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] s390/dasd: fix spelling mistake: "supportet" -> "supported"
2017-02-23 11:06 [PATCH] s390/dasd: fix spelling mistake: "supportet" -> "supported" Colin King
@ 2017-02-23 11:55 ` Martin Schwidefsky
0 siblings, 0 replies; 2+ messages in thread
From: Martin Schwidefsky @ 2017-02-23 11:55 UTC (permalink / raw)
To: Colin King
Cc: Stefan Haberland, Jan Hoeppner, Heiko Carstens, linux-s390,
linux-kernel
On Thu, 23 Feb 2017 11:06:09 +0000
Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in literal string
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/s390/block/dasd_eckd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/s390/block/dasd_eckd.c b/drivers/s390/block/dasd_eckd.c
> index 0f17137..0b38217 100644
> --- a/drivers/s390/block/dasd_eckd.c
> +++ b/drivers/s390/block/dasd_eckd.c
> @@ -4864,7 +4864,7 @@ static void dasd_eckd_dump_sense_tcw(struct dasd_device *device,
> break;
> case 3: /* tsa_intrg */
> len += sprintf(page + len, PRINTK_HEADER
> - " tsb->tsa.intrg.: not supportet yet\n");
> + " tsb->tsa.intrg.: not supported yet\n");
> break;
> }
>
Applied, thanks.
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-23 11:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-23 11:06 [PATCH] s390/dasd: fix spelling mistake: "supportet" -> "supported" Colin King
2017-02-23 11:55 ` Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox