From: Christophe JAILLET Date: Sat, 10 Jun 2023 14:25:28 +0000 (+0200) Subject: s390/ebcdic: fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7fb0ad1938ef129aa39d565bf2ad3728a39136ef;p=linux.git s390/ebcdic: fix typo in comment s/ECBDIC/EBCDIC/ (C and B are swapped) Signed-off-by: Christophe JAILLET Link: https://lore.kernel.org/r/08ed63331699177b3354458da66a2f63c0217e49.1686407113.git.christophe.jaillet@wanadoo.fr Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/kernel/ebcdic.c b/arch/s390/kernel/ebcdic.c index 7f8246c9be08e..0e51fa537262b 100644 --- a/arch/s390/kernel/ebcdic.c +++ b/arch/s390/kernel/ebcdic.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * ECBDIC -> ASCII, ASCII -> ECBDIC, + * EBCDIC -> ASCII, ASCII -> EBCDIC, * upper to lower case (EBCDIC) conversion tables. * * S390 version