Re: [PATCH 1/2] vhost-scsi: Fix typos and formatting in comments and logs

2025-06-11 Thread michael . christie
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

Re: [PATCH 1/2] vhost-scsi: Fix typos and formatting in comments and logs

2025-06-11 Thread Stefan Hajnoczi
On Wed, Jun 11, 2025 at 07:39:21AM -0700, 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

[PATCH 1/2] vhost-scsi: Fix typos and formatting in comments and logs

2025-06-11 Thread Alok Tiwari
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 mis