[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [for-4.18] Re: [XEN v2] xen: arm: procinfo.h: Fixed a typo
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.halder@xxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> --- 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |