Re: [PATCH 1/7] hyperv: Detect Nested virtualization support for SVM

From: Vineeth Pillai
Date: Thu Apr 08 2021 - 09:26:45 EST



On 4/7/21 6:48 PM, Sean Christopherson wrote:
On Wed, Apr 07, 2021, Michael Kelley wrote:

+ pr_info("Hyper-V nested_features: 0x%x\n",
Nit: Most other similar lines put the colon in a different place:

pr_info("Hyper-V: nested features 0x%x\n",

One of these days, I'm going to fix the ones that don't follow this
pattern. :-)
Any reason not to use pr_fmt?
Yes, that would be the best way to go. As Michael suggested,
it would be better to fix the whole file as a cleanup patch.
I shall fix this one to conform to the previous style and use
pr_fmt as a separate fixup patch.

Thanks,
Vineeth