[XEN v2] xen: arm: procinfo.h: Fixed a typo

Ayan Kumar Halder posted 1 patch 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230928121243.2636484-1-ayan.kumar.halder@amd.com
xen/arch/arm/include/asm/procinfo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[XEN v2] xen: arm: procinfo.h: Fixed a typo
Posted by Ayan Kumar Halder 7 months ago
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);
 };
 
-- 
2.25.1
[for-4.18] Re: [XEN v2] xen: arm: procinfo.h: Fixed a typo
Posted by Julien Grall 6 months, 4 weeks ago
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);
>   };
>   

-- 
Julien Grall
Re: [for-4.18] [XEN v2] xen: arm: procinfo.h: Fixed a typo
Posted by Henry Wang 6 months, 4 weeks ago
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