Skip to content

Commit

Permalink
s390/tape: fix spelling mistake "partion" -> "partition"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Colin Ian King authored and Martin Schwidefsky committed Sep 20, 2018
1 parent 54be9d1 commit 198ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/char/tape_3590.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 198ee66

Please sign in to comment.