Re: [PATCH -v1.1] x86, boot: Further compress CPUs bootup message

From: Ingo Molnar
Date: Sat Sep 28 2013 - 14:12:47 EST



* Borislav Petkov <bp@xxxxxxxxx> wrote:

> - pr_info("Booting Node %3d, Processors:", node);
> + printk(KERN_INFO ".... node #%3d, CPUs: ", node);

I think this should use %*s# and num_digits(node) as well?

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/