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

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