Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d52e642 authored by Masanari Iida's avatar Masanari Iida Committed by Martin K. Petersen
Browse files

scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC



This patch fixes a spelling typo in MODULE_PARM_DESC of
ql2xplogiabsentdevice.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent e34ff8ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,7 @@ module_param(ql2xplogiabsentdevice, int, S_IRUGO|S_IWUSR);
MODULE_PARM_DESC(ql2xplogiabsentdevice,
MODULE_PARM_DESC(ql2xplogiabsentdevice,
		"Option to enable PLOGI to devices that are not present after "
		"Option to enable PLOGI to devices that are not present after "
		"a Fabric scan.  This is needed for several broken switches. "
		"a Fabric scan.  This is needed for several broken switches. "
		"Default is 0 - no PLOGI. 1 - perfom PLOGI.");
		"Default is 0 - no PLOGI. 1 - perform PLOGI.");


int ql2xloginretrycount = 0;
int ql2xloginretrycount = 0;
module_param(ql2xloginretrycount, int, S_IRUGO);
module_param(ql2xloginretrycount, int, S_IRUGO);