Re: [PATCH 1/2] vhost-scsi: Fix typos and formatting in comments and logs
From: michael.christie@oracle.com
Date: 2025-06-12 02:30:13
Also in:
kvm, lkml, virtualization
From: michael.christie@oracle.com
Date: 2025-06-12 02:30:13
Also in:
kvm, lkml, virtualization
On 6/11/25 9:39 AM, Alok Tiwari wrote:
This patch corrects several minor typos and formatting issues. Changes include: Fixing misspellings like in comments - "explict" -> "explicit" - "infight" -> "inflight", - "with generate" -> "will generate" formatting in logs - Correcting log formatting specifier from "%dd" to "%d" - Adding a missing space in the sysfs emit string to prevent misinterpreted output like "X86_64on ". changing to "X86_64 on " - Cleaning up stray semicolons in struct definition endings These changes improve code readability and consistency. no functionality changes. Signed-off-by: Alok Tiwari <redacted>
Reviewed-by: Mike Christie <michael.christie@oracle.com>