parisc/unaligned: Fix hex output to show 8 hex chars
authorHelge Deller <deller@gmx.de>
Sat, 31 May 2025 13:26:27 +0000 (15:26 +0200)
committerHelge Deller <deller@gmx.de>
Sat, 31 May 2025 14:50:39 +0000 (16:50 +0200)
commit213205889d5ffc19cb8df06aa6778b2d4724c887
tree2f18ca930f6d1b1cf80a558116f8db66964ef6a9
parent7cbb015e2d3d6f180256cde0c908eab21268e7b9
parisc/unaligned: Fix hex output to show 8 hex chars

Change back printk format to 0x%08lx instead of %#08lx, since the latter
does not seem to reliably format the value to 8 hex chars.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v5.18+
Fixes: e5e9e7f222e5b ("parisc/unaligned: Enhance user-space visible output")
arch/parisc/kernel/unaligned.c