devtmpfs: convert to pr_fmt
authorLonglong Xia <xialonglong1@huawei.com>
Thu, 2 Feb 2023 03:32:01 +0000 (03:32 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Feb 2023 08:34:20 +0000 (09:34 +0100)
commit5cdc03c5cf471a215c57e540cc86be613c0ba457
tree75674d12a3664004b6166ad245f16fdbb9e623ba
parent37e98d9bedb50644654fd196e38acad49903fadc
devtmpfs: convert to pr_fmt

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@huawei.com>
Link: https://lore.kernel.org/r/20230202033203.1239239-2-xialonglong1@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/devtmpfs.c