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

scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC

This patch fixes a spelling typo in MODULE_PARM_DESC of
ql2xplogiabsentdevice.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Masanari Iida and committed by
Martin K. Petersen
0d52e642 e34ff8ed

+1 -1
+1 -1
drivers/scsi/qla2xxx/qla_os.c
··· 67 67 MODULE_PARM_DESC(ql2xplogiabsentdevice, 68 68 "Option to enable PLOGI to devices that are not present after " 69 69 "a Fabric scan. This is needed for several broken switches. " 70 - "Default is 0 - no PLOGI. 1 - perfom PLOGI."); 70 + "Default is 0 - no PLOGI. 1 - perform PLOGI."); 71 71 72 72 int ql2xloginretrycount = 0; 73 73 module_param(ql2xloginretrycount, int, S_IRUGO);