Re: [External] : Re: [PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs

2025-05-27 Thread ALOK TIWARI
On 28-05-2025 00:42, David Hildenbrand wrote:   /*    * Test if we could add memory without creating too much offline memory - - * to avoid running OOM if memory is getting onlined deferred. + * to avoid running OOM if memory is getting online deferred. The system/user is onlining the me

Re: [PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs

2025-05-27 Thread David Hildenbrand
/* * Test if we could add memory without creating too much offline memory - - * to avoid running OOM if memory is getting onlined deferred. + * to avoid running OOM if memory is getting online deferred. The system/user is onlining the memory, so the memory is getting "onlined"? If it wo

[PATCH 2/3] virtio-mem: fix multiple typos in struct comments and function docs

2025-05-27 Thread Alok Tiwari
Corrected several spelling mistakes in code comments, including: - "bock" -> "block" - "valued" -> "value" - "actipn" -> "action" - "accidentially" -> "accidentally" - Improved grammar in a few places for clarity. These changes are purely cosmetic and do not affect functionality. Signed-off-by: A