Re: [PATCH 3/5] random: Add and use pr_fmt()

2019-06-10 Thread Joe Perches
On Fri, 2019-06-07 at 14:25 -0400, Yangtao Li wrote: > Prefix all printk/pr_ messages with "random: " to make the > logging a bit more consistent. > > Miscellanea: > > o Convert a printks to pr_notice > o Whitespace to align to open parentheses > o Remove embedded "random: " from pr_* as pr_fmt a

[PATCH 3/5] random: Add and use pr_fmt()

2019-06-07 Thread Yangtao Li
Prefix all printk/pr_ messages with "random: " to make the logging a bit more consistent. Miscellanea: o Convert a printks to pr_notice o Whitespace to align to open parentheses o Remove embedded "random: " from pr_* as pr_fmt adds it Signed-off-by: Yangtao Li --- drivers/char/random.c | 23 ++