From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759978AbcBYIXB (ORCPT ); Thu, 25 Feb 2016 03:23:01 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36271 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758272AbcBYIW7 (ORCPT ); Thu, 25 Feb 2016 03:22:59 -0500 Date: Thu, 25 Feb 2016 09:22:55 +0100 From: Ingo Molnar To: Chen Yucong Cc: tglx@linutronix.de, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org, Borislav Petkov Subject: Re: [PATCH] arch/x86: convert all printk(KERN_INFO ) to pr_info() Message-ID: <20160225082255.GA11930@gmail.com> References: <1456129300-27006-1-git-send-email-slaoub@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456129300-27006-1-git-send-email-slaoub@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Chen Yucong 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 > 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