Re: [PATCH 2/2] scsi: fix repeated words in comments
From: Hemanth Selam
Date: Mon Sep 07 2026 - 00:24:51 EST
Please drop this patch. Three of the changes in it are wrong, and I only
found that out after posting.
drivers/scsi/dc395x.c
"but we'll fill them in in case something else needs them"
"fill them in" and "in case" are separate; the sentence is correct as
it stands.
drivers/scsi/aic94xx/aic94xx_scb.c
"if no device is connected to the LED, is is dimmed (off)"
This is not a doubled "is", it is a misspelt "it is". Deleting one
word leaves "is dimmed" with no subject.
drivers/scsi/sg.c
"but is is possible that the app intended SG_DXFER_TO_DEV"
Same thing: it should read "but it is possible".
I was matching doubled words mechanically without reading the sentence
around them. Sorry for the noise.
If a corrected patch for the aic94xx and sg wording would be welcome I am
happy to send one, but I will not resend unless you ask for it.