* Chen Yucong <sla...@gmail.com> 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 <sla...@gmail.com>
> 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