mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
virtio_mem: fix typo in comment
Correct "actipn" to "action". Signed-off-by: xiongweimin <xiongweimin@kylinos.cn> Reviewed-by: Parav Pandit <parav@nvidia.com> Acked-by: David Hildenbrand (Arm) <david@kernel.org> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <20260714032417.201353-1-xiongwm2026@163.com>
This commit is contained in:
parent
c9b38c0ff7
commit
7eaf82117b
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user