[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen: arm: procinfo.h: Fixed a typo
commit 02c98966360b76052779b0186784437af88f301e Author: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx> AuthorDate: Thu Sep 28 13:12:43 2023 +0100 Commit: Julien Grall <jgrall@xxxxxxxxxx> CommitDate: Thu Oct 5 13:12:17 2023 +0100 xen: arm: procinfo.h: Fixed a typo Change VPCU to vCPU. Also add a space before '*/'. Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> Release-acked-by: Henry Wang <Henry.Wang@xxxxxxx> --- 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); }; -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |