s390/disassembler: correct disassembly lines alignment
authorVasily Gorbik <gor@linux.vnet.ibm.com>
Thu, 23 Nov 2017 09:50:23 +0000 (10:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Sep 2021 09:42:57 +0000 (11:42 +0200)
commit2e454ae63b4c6086fdd21ac3f8810071df2c2e1d
tree29330b4c4b0bd8fb961d2b00e1e905a5d4ef94af
parent898d70ce43e842ea331199772b425af572f33c1d
s390/disassembler: correct disassembly lines alignment

commit 26f4e759ef9b8a2bab1823d692ed6d56d40b66e3 upstream.

176.718956 Krnl Code: 00000000004d38b0a54c0018        llihh   %r4,24
176.718956     00000000004d38b4b9080014        agr     %r1,%r4
           ^
Using a tab to align disassembly lines which follow the first line with
"Krnl Code: " doesn't always work, e.g. if there is a prefix (timestamp
or syslog prefix) which is not 8 chars aligned. Go back to alignment
with spaces.

Fixes: b192571d1ae3 ("s390/disassembler: increase show_code buffer size")
Signed-off-by: Vasily Gorbik <gor@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/kernel/dis.c