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

2025-05-30 Thread David Hildenbrand
On 29.05.25 10:42, Alok Tiwari wrote: 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

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

2025-05-29 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