Re: [PATCH] arch/x86: convert all printk(KERN_INFO ) to pr_info()

From: Ingo Molnar
Date: Thu Feb 25 2016 - 03:23:04 EST



* Chen Yucong <slaoub@xxxxxxxxx> wrote:

> arch/x86/* use a mixture of printk(KERN_INFO ) and pr_info().
> This patch converts all of printk(KERN_INFO ) to pr_info() for
> arch/x86 directory.
>
> Signed-off-by: Chen Yucong <slaoub@xxxxxxxxx>

> 85 files changed, 332 insertions(+), 394 deletions(-)

So what this changelog is missing is how it was ensured that the printk output did
not change.

Thanks,

Ingo