powerpc: Make early debugging fit on 80 character terminal
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 3 Nov 2005 04:39:09 +0000 (15:39 +1100)
committerMichael Ellerman <michael@ellerman.id.au>
Thu, 3 Nov 2005 04:39:09 +0000 (15:39 +1100)
There's some debugging in prom.c that wraps nastly on 80 character
terminals, reformat it to fit.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
arch/powerpc/kernel/prom.c

index 2eccd0e..eec2da6 100644 (file)
@@ -1285,7 +1285,7 @@ static int __init early_init_dt_scan_memory(unsigned long node,
 
        endp = reg + (l / sizeof(cell_t));
 
-       DBG("memory scan node %s ..., reg size %ld, data: %x %x %x %x, ...\n",
+       DBG("memory scan node %s, reg size %ld, data: %x %x %x %x,\n",
            uname, l, reg[0], reg[1], reg[2], reg[3]);
 
        while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) {