Hi Ayan,
On 28/09/2023 12:48, Ayan Kumar Halder wrote:
Change VPCU to VCPU.
Signed-off-by: Ayan Kumar Halder <ayan.kumar.hal...@amd.com>
---
xen/arch/arm/include/asm/procinfo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/arch/arm/include/asm/procinfo.h
b/xen/arch/arm/include/asm/procinfo.h
index 02be56e348..8b8dae3dd4 100644
--- a/xen/arch/arm/include/asm/procinfo.h
+++ b/xen/arch/arm/include/asm/procinfo.h
@@ -24,7 +24,7 @@
#include <xen/sched.h>
struct processor {
- /* Initialize specific processor register for the new VPCU*/
+ /* Initialize specific processor register for the new VCPU*/
As you are modifying the line, can you also add the missing space before */?
I have also a slight preference for using vCPU over VCPU.
With that addressed:
Acked-by: Julien Grall <jgr...@amazon.com>
Cheers,
--
Julien Grall