Re: [PATCH -next 1/3] devtmpfs: convert to pr_fmt

From: Greg KH
Date: Thu Feb 02 2023 - 03:35:01 EST


On Thu, Feb 02, 2023 at 03:32:01AM +0000, Longlong Xia wrote:
> Use the pr_fmt() macro to prefix all the output with "devtmpfs: ".
> while at it, convert printk(<LEVEL>) to pr_<level>().
>
> Signed-off-by: Longlong Xia <xialonglong1@xxxxxxxxxx>
> ---
> drivers/base/devtmpfs.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)

Nice!

I'll take this one now, the other two I've sent review comments on
already. Please fix them up and resend them and I'll be glad to
consider taking them.

thanks,

greg k-h