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

From: Theodore Y. Ts'o
Date: Tue Jan 07 2020 - 16:45:14 EST


On Fri, Jun 07, 2019 at 02:25:15PM -0400, Yangtao Li wrote:
> Prefix all printk/pr_<level> 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 <tiny.windzz@xxxxxxxxx>

Applied with adjustments, thanks.

- Ted