RE: [PATCH] virtio_mem: fix typo in comment
Parav Pandit <[email protected]>
| Newsgroups | dev.linux.lists.virtualization |
|---|---|
| Message-ID | <SJ0PR12MB6806262FB6F99ADA13EC127CDCF92@SJ0PR12MB6806.namprd12.prod.outlook.com> |
> From: weimin xiong <[email protected]> > Sent: 14 July 2026 08:54 AM > > [You don't often get email from [email protected]. Learn why this is important at > https://aka.ms/LearnAboutSenderIdentification ] > > From: xiongweimin <[email protected]> > > Correct "actipn" to "action". > > Signed-off-by: xiongweimin <[email protected]> > --- > 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 <[email protected]>