Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1342959
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] arch/x86: convert all printk(KERN_INFO ) to pr_info() |
| Date | 2016-02-25 09:30 +0100 |
| Message-ID | <r5Zt8-120-9@gated-at.bofh.it> (permalink) |
| References | <r4U2t-2Si-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Chen Yucong <slaoub@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 <slaoub@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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] arch/x86: convert all printk(KERN_INFO ) to pr_info() Ingo Molnar <mingo@kernel.org> - 2016-02-25 09:30 +0100 Re: [PATCH] arch/x86: convert all printk(KERN_INFO ) to pr_info() Chen Yucong <slaoub@gmail.com> - 2016-02-25 13:20 +0100
csiph-web