RE: [PATCH v3 2/3] PCI: hv: Move retarget related structures into tlfs header
From: Dexuan Cui <decui@microsoft.com>
Date: 2020-02-13 08:04:38
Also in:
linux-hyperv, linux-pci, lkml
From: Dexuan Cui <decui@microsoft.com>
Date: 2020-02-13 08:04:38
Also in:
linux-hyperv, linux-pci, lkml
From: Boqun Feng <redacted> Sent: Wednesday, February 12, 2020 11:26 PMquoted
Just a small thing: would it be slightly better if we change the name in the above line to HVCALL_RETARGET_INTERRUPT ? HVCALL_RETARGET_INTERRUPT is a define, so it may help to locate the actual value of the define here. And, HVCALL_RETARGET_INTERRUPT is used several times in the patchset so IMO we'd better always use the same name.This might be a good suggestion, however, throughout the TLFS header, camel case is more commonly used for referencing hypercall. For example: /* HvCallSendSyntheticClusterIpi hypercall */ So I think it's better to let it as it is for this patch, and later on, if we reach a consensus, we can convert the names all together. Thoughts? Regards, Boqun
Makes sense to me. Thanks for the explanation! Thanks, -- Dexuan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel