Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/ebcdic: fix typo in comment

s/ECBDIC/EBCDIC/ (C and B are swapped)

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/08ed63331699177b3354458da66a2f63c0217e49.1686407113.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>

authored by

Christophe JAILLET and committed by
Heiko Carstens
7fb0ad19 e8104873

+1 -1
+1 -1
arch/s390/kernel/ebcdic.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 - * ECBDIC -> ASCII, ASCII -> ECBDIC, 3 + * EBCDIC -> ASCII, ASCII -> EBCDIC, 4 4 * upper to lower case (EBCDIC) conversion tables. 5 5 * 6 6 * S390 version