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

Commit 7794a5af authored by Ferenc Wagner's avatar Ferenc Wagner Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Fix documentation of ql2xfdmienable module parameter



The default is enabled since 7e47e5ca.

Signed-off-by: default avatarFerenc Wagner <wferi@niif.hu>
Acked-by: default avatarGiridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 6c452a45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,8 +70,8 @@ static void qla2x00_free_device(scsi_qla_host_t *);
int ql2xfdmienable=1;
module_param(ql2xfdmienable, int, S_IRUGO|S_IRUSR);
MODULE_PARM_DESC(ql2xfdmienable,
		"Enables FDMI registratons "
		"Default is 0 - no FDMI. 1 - perfom FDMI.");
		"Enables FDMI registrations. "
		"0 - no FDMI. Default is 1 - perform FDMI.");

#define MAX_Q_DEPTH    32
static int ql2xmaxqdepth = MAX_Q_DEPTH;