Message ID | 20230928121243.2636484-1-ayan.kumar.halder@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [XEN,v2] xen: arm: procinfo.h: Fixed a typo | expand |
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@amd.com> > Acked-by: Julien Grall <jgrall@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); > }; >
Hi Julien, > On Oct 2, 2023, at 16:45, Julien Grall <julien@xen.org> wrote: > > Hi, > > Adding Henry to release ack the patch. Thanks. > > 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@amd.com> >> Acked-by: Julien Grall <jgrall@amazon.com> Release-acked-by: Henry Wang <Henry.Wang@arm.com> Kind regards, Henry >> --- >> 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
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); };