x86/hyperv: Add common print prefix "Hyper-V" in hv_init
authorSaurabh Sengar <ssengar@linux.microsoft.com>
Tue, 19 Sep 2023 11:36:01 +0000 (04:36 -0700)
committerWei Liu <wei.liu@kernel.org>
Fri, 22 Sep 2023 18:43:09 +0000 (18:43 +0000)
commit203a521bd93c323ded93c5aa35069029d5c23611
treeb20774ed5003a1847a0e2b4834629233b5035cd8
parent14058f72cf13e476bcc3b4e9922a8cb2e59783d2
x86/hyperv: Add common print prefix "Hyper-V" in hv_init

Add "#define pr_fmt()" in hv_init.c to use "Hyper-V:" as common
print prefix for all pr_*() statements in this file.

Remove the "Hyper-V:" already prefixed in couple of prints.

Signed-off-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Link: https://lore.kernel.org/r/1695123361-8877-1-git-send-email-ssengar@linux.microsoft.com
arch/x86/hyperv/hv_init.c