* [PATCH] s390/tape: fix spelling mistake "partion" -> "partition"
@ 2018-09-11 8:18 Colin King
2018-09-12 11:11 ` Martin Schwidefsky
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-09-11 8:18 UTC (permalink / raw)
To: Martin Schwidefsky, Heiko Carstens, linux-s390
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/s390/char/tape_3590.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/s390/char/tape_3590.c b/drivers/s390/char/tape_3590.c
index cdcde18e7220..4554cdf4d6bd 100644
--- a/drivers/s390/char/tape_3590.c
+++ b/drivers/s390/char/tape_3590.c
@@ -971,7 +971,7 @@ tape_3590_print_mim_msg_f0(struct tape_device *device, struct irb *irb)
snprintf(exception, BUFSIZE, "Data degraded");
break;
case 0x03:
- snprintf(exception, BUFSIZE, "Data degraded in partion %i",
+ snprintf(exception, BUFSIZE, "Data degraded in partition %i",
sense->fmt.f70.mp);
break;
case 0x04:
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] s390/tape: fix spelling mistake "partion" -> "partition"
2018-09-11 8:18 [PATCH] s390/tape: fix spelling mistake "partion" -> "partition" Colin King
@ 2018-09-12 11:11 ` Martin Schwidefsky
0 siblings, 0 replies; 2+ messages in thread
From: Martin Schwidefsky @ 2018-09-12 11:11 UTC (permalink / raw)
To: Colin King; +Cc: Heiko Carstens, linux-s390, kernel-janitors, linux-kernel
On Tue, 11 Sep 2018 09:18:58 +0100
Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in message text
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/s390/char/tape_3590.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/s390/char/tape_3590.c b/drivers/s390/char/tape_3590.c
> index cdcde18e7220..4554cdf4d6bd 100644
> --- a/drivers/s390/char/tape_3590.c
> +++ b/drivers/s390/char/tape_3590.c
> @@ -971,7 +971,7 @@ tape_3590_print_mim_msg_f0(struct tape_device *device, struct irb *irb)
> snprintf(exception, BUFSIZE, "Data degraded");
> break;
> case 0x03:
> - snprintf(exception, BUFSIZE, "Data degraded in partion %i",
> + snprintf(exception, BUFSIZE, "Data degraded in partition %i",
> sense->fmt.f70.mp);
> break;
> case 0x04:
Applied to linux-s390:features. 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:[~2018-09-12 11:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-11 8:18 [PATCH] s390/tape: fix spelling mistake "partion" -> "partition" Colin King
2018-09-12 11:11 ` Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox