]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen: arm: procinfo.h: Fixed a typo
authorAyan Kumar Halder <ayan.kumar.halder@amd.com>
Thu, 28 Sep 2023 12:12:43 +0000 (13:12 +0100)
committerJulien Grall <jgrall@amazon.com>
Thu, 5 Oct 2023 12:12:17 +0000 (13:12 +0100)
Change VPCU to vCPU.
Also add a space before '*/'.

Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@amd.com>
Acked-by: Julien Grall <jgrall@amazon.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
xen/arch/arm/include/asm/procinfo.h

index 02be56e348163d52bbcfbf9cd9f1b36023cb24bc..3a05f2778464611282435f414ca6650553944de1 100644 (file)
@@ -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);
 };