[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [for-4.18] [XEN v2] xen: arm: procinfo.h: Fixed a typo
- To: Julien Grall <julien@xxxxxxx>
- From: Henry Wang <Henry.Wang@xxxxxxx>
- Date: Mon, 2 Oct 2023 08:48:55 +0000
- Accept-language: zh-CN, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Y4V3X3mrn/qs9ntBg0e5ODgaKaqid07T93p7ynfbkKM=; b=fk5rasqgpeAM2Q/KbtcIo8vCWtaD0E7n1XwXCITe4XFeHFZurm8vTeAHY/lKP0TIgpzyFyTE3cPgh86tTzF9KGqD7npcgl7ZWna20wlVenMJxOqKeTAz9NJlt5myHTAwjHdc1ZRnF/EulZQ0Nehatd28IXR+atoZDshMrOSh8stCKtKLzpYCLaAmZjPzxBAOXbx1oHlFCuaYhD5IkOJTaE8g2TlM9Zql5S4rXwLfYWz/7u+VEs3BQwt1cQLIg4Tv5ey0tp1jABUeJKP5oYIjNDkoVdyWgQsu6jbGoUpI08btwyxYIJfUyYBZxAfBO+k/eqiPdmxFaDCOwK3aIup11w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SWwN0coVjs2pMz07OXVvrB1yaZ7GnYNoLhp/t3vx1Ljy16I4JUIgC4ZS3KZPEHmFr65fDU3lak+F5XlM/ZCBeLahMPQB9gfcClpLybh1FjtxEVkVGu9IKKoT2J+m4DVnDIh2ANpN9qnME9QmVRn0N6QJlfVQYVS3B7cYQFfIVYecoENDEtyrxzQhD3eG+ibzzSqUeHzNJvIWoZJZU3G/d7DjI18E1wQ/DHb5zK93n9VplAscKvwteyOswCN6buYDxEE5NmU8zDkTKJNlo+cbpI+8H9ftFMnyzYLbXk9qx2hgh+9tc5yPQVkdf3/DMn+8OVFWbXX2LJIcWatuseJPww==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Julien Grall <jgrall@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Mon, 02 Oct 2023 08:49:19 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZ9Q1G9jZ9I34DJk2NrkGGKU74QQ==
- Thread-topic: [for-4.18] [XEN v2] xen: arm: procinfo.h: Fixed a typo
Hi Julien,
> On Oct 2, 2023, at 16:45, Julien Grall <julien@xxxxxxx> 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@xxxxxxx>
>> Acked-by: Julien Grall <jgrall@xxxxxxxxxx>
Release-acked-by: Henry Wang <Henry.Wang@xxxxxxx>
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
|