OSDN Git Service

powerpc/mce: Align the print of physical address better
authorBalbir Singh <bsingharora@gmail.com>
Fri, 29 Sep 2017 04:26:52 +0000 (14:26 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 16 Oct 2017 12:11:50 +0000 (23:11 +1100)
Use the same alignment as Effective address.

Signed-off-by: Balbir Singh <bsingharora@gmail.com>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/mce.c

index 6757720..d1775bd 100644 (file)
@@ -340,7 +340,7 @@ void machine_check_print_event_info(struct machine_check_event *evt,
                        printk("%s    Effective address: %016llx\n",
                               level, evt->u.ue_error.effective_address);
                if (evt->u.ue_error.physical_address_provided)
-                       printk("%s      Physical address: %016llx\n",
+                       printk("%s    Physical address:  %016llx\n",
                               level, evt->u.ue_error.physical_address);
                break;
        case MCE_ERROR_TYPE_SLB: