diff options
author | ganjisheng <ganjisheng@yulong.com> | 2021-03-26 04:04:12 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-03-30 05:34:45 +0200 |
commit | ce0b6e38877258a5a8f2f583b53957d4a778da36 (patch) | |
tree | 8af4b72bd70db6327eb11debae819de742091d97 /drivers/scsi/advansys.c | |
parent | scsi: a100u2w: Remove unused variable biosaddr (diff) | |
download | linux-ce0b6e38877258a5a8f2f583b53957d4a778da36.tar.xz linux-ce0b6e38877258a5a8f2f583b53957d4a778da36.zip |
scsi: advansys: Fix spelling of 'is'
s/isi/is/
Link: https://lore.kernel.org/r/20210326030412.1656-1-qiumibaozi_1@163.com
Signed-off-by: ganjisheng <ganjisheng@yulong.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/advansys.c')
-rw-r--r-- | drivers/scsi/advansys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c index ec5627890809..e9516de8c18b 100644 --- a/drivers/scsi/advansys.c +++ b/drivers/scsi/advansys.c @@ -1812,7 +1812,7 @@ typedef struct adv_req { * Field naming convention: * * *_able indicates both whether a feature should be enabled or disabled - * and whether a device isi capable of the feature. At initialization + * and whether a device is capable of the feature. At initialization * this field may be set, but later if a device is found to be incapable * of the feature, the field is cleared. */ |