From 7eaf82117b9ee8c40b568cddbc50864d4e204eae Mon Sep 17 00:00:00 2001 From: xiongweimin Date: Tue, 14 Jul 2026 11:24:17 +0800 Subject: [PATCH] virtio_mem: fix typo in comment Correct "actipn" to "action". Signed-off-by: xiongweimin Reviewed-by: Parav Pandit Acked-by: David Hildenbrand (Arm) Signed-off-by: Michael S. Tsirkin Message-ID: <20260714032417.201353-1-xiongwm2026@163.com> --- 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 82a285c0926d..e18dd736f2ec 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). */