Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

ganjisheng and committed by
Martin K. Petersen
ce0b6e38 92b4c52c

+1 -1
+1 -1
drivers/scsi/advansys.c
··· 1812 1812 * Field naming convention: 1813 1813 * 1814 1814 * *_able indicates both whether a feature should be enabled or disabled 1815 - * and whether a device isi capable of the feature. At initialization 1815 + * and whether a device is capable of the feature. At initialization 1816 1816 * this field may be set, but later if a device is found to be incapable 1817 1817 * of the feature, the field is cleared. 1818 1818 */