Linux virtualization list
 help / color / mirror / Atom feed
* [PATCH] virtio_mem: fix typo in comment
@ 2026-07-14  3:24 weimin xiong
  2026-07-14  4:27 ` Parav Pandit
  2026-07-14  8:44 ` David Hildenbrand (Arm)
  0 siblings, 2 replies; 4+ messages in thread
From: weimin xiong @ 2026-07-14  3:24 UTC (permalink / raw)
  To: mst; +Cc: jasowangio, david, virtualization, xiongweimin

From: xiongweimin <xiongweimin@kylinos.cn>

Correct "actipn" to "action".

Signed-off-by: xiongweimin <xiongweimin@kylinos.cn>
---
 drivers/virtio/virtio_mem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/virtio/virtio_mem.c b/drivers/virtio/virtio_mem.c
index 11c441501..90d8ef0b9 100644
--- a/drivers/virtio/virtio_mem.c
+++ b/drivers/virtio/virtio_mem.c
@@ -1080,7 +1080,7 @@ static int virtio_mem_memory_notifier_cb(struct notifier_block *nb,
 		atomic64_sub(size, &vm->offline_size);
 		/*
 		 * Start adding more memory once we onlined half of our
-		 * threshold. Don't trigger if it's possibly due to our actipn
+		 * threshold. Don't trigger if it's possibly due to our action
 		 * (e.g., us adding memory which gets onlined immediately from
 		 * the core).
 		 */
-- 
2.43.0


No virus found
		Checked by Hillstone Network AntiVirus


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH] virtio_mem: fix typo in comment
  2026-07-14  3:24 [PATCH] virtio_mem: fix typo in comment weimin xiong
@ 2026-07-14  4:27 ` Parav Pandit
  2026-07-14  6:00   ` xiongwm2026
  2026-07-14  8:44 ` David Hildenbrand (Arm)
  1 sibling, 1 reply; 4+ messages in thread
From: Parav Pandit @ 2026-07-14  4:27 UTC (permalink / raw)
  To: weimin xiong, mst@redhat.com
  Cc: jasowangio@gmail.com, david@redhat.com,
	virtualization@lists.linux.dev, xiongweimin



> From: weimin xiong <xiongwm2026@163.com>
> Sent: 14 July 2026 08:54 AM
> 
> [You don't often get email from xiongwm2026@163.com. Learn why this is important at
> https://aka.ms/LearnAboutSenderIdentification ]

> 
> From: xiongweimin <xiongweimin@kylinos.cn>
> 
> Correct "actipn" to "action".
> 
> Signed-off-by: xiongweimin <xiongweimin@kylinos.cn>
> ---
>  drivers/virtio/virtio_mem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/virtio/virtio_mem.c b/drivers/virtio/virtio_mem.c
> index 11c441501..90d8ef0b9 100644
> --- a/drivers/virtio/virtio_mem.c
> +++ b/drivers/virtio/virtio_mem.c
> @@ -1080,7 +1080,7 @@ static int virtio_mem_memory_notifier_cb(struct notifier_block *nb,
>                 atomic64_sub(size, &vm->offline_size);
>                 /*
>                  * Start adding more memory once we onlined half of our
> -                * threshold. Don't trigger if it's possibly due to our actipn
> +                * threshold. Don't trigger if it's possibly due to our action
>                  * (e.g., us adding memory which gets onlined immediately from
>                  * the core).
>                  */
> --
> 2.43.0
> 
> 
> No virus found
>                 Checked by Hillstone Network AntiVirus
> 

Reviewed-by: Parav Pandit <parav@nvidia.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re:RE: [PATCH] virtio_mem: fix typo in comment
  2026-07-14  4:27 ` Parav Pandit
@ 2026-07-14  6:00   ` xiongwm2026
  0 siblings, 0 replies; 4+ messages in thread
From: xiongwm2026 @ 2026-07-14  6:00 UTC (permalink / raw)
  To: Parav Pandit
  Cc: mst@redhat.com, jasowangio@gmail.com, david@redhat.com,
	virtualization@lists.linux.dev, xiongweimin



Hi Parav,

Thanks for the review!

Best regards,
Weimin

At 2026-07-14 12:27:45, "Parav Pandit" <parav@nvidia.com> wrote:
>
>
>> From: weimin xiong <xiongwm2026@163.com>
>> Sent: 14 July 2026 08:54 AM
>> 
>> [You don't often get email from xiongwm2026@163.com. Learn why this is important at
>> https://aka.ms/LearnAboutSenderIdentification ]
>
>> 
>> From: xiongweimin <xiongweimin@kylinos.cn>
>> 
>> Correct "actipn" to "action".
>> 
>> Signed-off-by: xiongweimin <xiongweimin@kylinos.cn>
>> ---
>>  drivers/virtio/virtio_mem.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/drivers/virtio/virtio_mem.c b/drivers/virtio/virtio_mem.c
>> index 11c441501..90d8ef0b9 100644
>> --- a/drivers/virtio/virtio_mem.c
>> +++ b/drivers/virtio/virtio_mem.c
>> @@ -1080,7 +1080,7 @@ static int virtio_mem_memory_notifier_cb(struct notifier_block *nb,
>>                 atomic64_sub(size, &vm->offline_size);
>>                 /*
>>                  * Start adding more memory once we onlined half of our
>> -                * threshold. Don't trigger if it's possibly due to our actipn
>> +                * threshold. Don't trigger if it's possibly due to our action
>>                  * (e.g., us adding memory which gets onlined immediately from
>>                  * the core).
>>                  */
>> --
>> 2.43.0
>> 
>> 
>> No virus found
>>                 Checked by Hillstone Network AntiVirus
>> 
>
>Reviewed-by: Parav Pandit <parav@nvidia.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] virtio_mem: fix typo in comment
  2026-07-14  3:24 [PATCH] virtio_mem: fix typo in comment weimin xiong
  2026-07-14  4:27 ` Parav Pandit
@ 2026-07-14  8:44 ` David Hildenbrand (Arm)
  1 sibling, 0 replies; 4+ messages in thread
From: David Hildenbrand (Arm) @ 2026-07-14  8:44 UTC (permalink / raw)
  To: weimin xiong, mst; +Cc: jasowangio, virtualization, xiongweimin

On 7/14/26 05:24, weimin xiong wrote:
> From: xiongweimin <xiongweimin@kylinos.cn>
> 
> Correct "actipn" to "action".
> 
> Signed-off-by: xiongweimin <xiongweimin@kylinos.cn>
> ---
>  drivers/virtio/virtio_mem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/virtio/virtio_mem.c b/drivers/virtio/virtio_mem.c
> index 11c441501..90d8ef0b9 100644
> --- a/drivers/virtio/virtio_mem.c
> +++ b/drivers/virtio/virtio_mem.c
> @@ -1080,7 +1080,7 @@ static int virtio_mem_memory_notifier_cb(struct notifier_block *nb,
>  		atomic64_sub(size, &vm->offline_size);
>  		/*
>  		 * Start adding more memory once we onlined half of our
> -		 * threshold. Don't trigger if it's possibly due to our actipn
> +		 * threshold. Don't trigger if it's possibly due to our action
>  		 * (e.g., us adding memory which gets onlined immediately from
>  		 * the core).
>  		 */

Acked-by: David Hildenbrand (Arm) <david@kernel.org>

-- 
Cheers,

David

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-14  8:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14  3:24 [PATCH] virtio_mem: fix typo in comment weimin xiong
2026-07-14  4:27 ` Parav Pandit
2026-07-14  6:00   ` xiongwm2026
2026-07-14  8:44 ` David Hildenbrand (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox