[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN v1] xen: arm: procinfo.h: Fixed a typo
Hi Ayan, On 28/09/2023 12:48, Ayan Kumar Halder wrote: Change VPCU to VCPU. Signed-off-by: Ayan Kumar Halder <ayan.kumar.halder@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..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 <jgrall@xxxxxxxxxx> Cheers, -- Julien Grall
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |