projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e810487
)
s390/ebcdic: fix typo in comment
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sat, 10 Jun 2023 14:25:28 +0000
(16:25 +0200)
committer
Heiko Carstens
<hca@linux.ibm.com>
Thu, 27 Jul 2023 11:11:35 +0000
(13:11 +0200)
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>
arch/s390/kernel/ebcdic.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/ebcdic.c
b/arch/s390/kernel/ebcdic.c
index 7f8246c9be08e6c7d229e28777704b53f4f4224a..0e51fa537262b12fa5465b63c6912cf711675439 100644
(file)
--- a/
arch/s390/kernel/ebcdic.c
+++ b/
arch/s390/kernel/ebcdic.c
@@
-1,6
+1,6
@@
// SPDX-License-Identifier: GPL-2.0
/*
- * E
CBDIC -> ASCII, ASCII -> ECB
DIC,
+ * E
BCDIC -> ASCII, ASCII -> EBC
DIC,
* upper to lower case (EBCDIC) conversion tables.
*
* S390 version