Hi,
Adding Henry to release ack the patch.
Cheers,
On 28/09/2023 13:12, Ayan Kumar Halder wrote:
Change VPCU to vCPU.
Also add a space before '*/'.
Signed-off-by: Ayan Kumar Halder <ayan.kumar.hal...@amd.com>
Acked-by: Julien Grall <jgr...@amazon.com>
---
Changes from -
v1 - 1. Change VCPU --> vCPU.
2. Add a space before '*/'.
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..3a05f27784 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 */
void (*vcpu_initialise)(struct vcpu *v);
};
--
Julien Grall