Skip to content

Commit 7794a5a

Browse files
wferiJames Bottomley
authored andcommitted
[SCSI] qla2xxx: Fix documentation of ql2xfdmienable module parameter
The default is enabled since 7e47e5c. Signed-off-by: Ferenc Wagner <[email protected]> Acked-by: Giridhar Malavali <[email protected]> Signed-off-by: James Bottomley <[email protected]>
1 parent 6c452a4 commit 7794a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/scsi/qla2xxx/qla_os.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ static void qla2x00_free_device(scsi_qla_host_t *);
7070
int ql2xfdmienable=1;
7171
module_param(ql2xfdmienable, int, S_IRUGO|S_IRUSR);
7272
MODULE_PARM_DESC(ql2xfdmienable,
73-
"Enables FDMI registratons "
74-
"Default is 0 - no FDMI. 1 - perfom FDMI.");
73+
"Enables FDMI registrations. "
74+
"0 - no FDMI. Default is 1 - perform FDMI.");
7575

7676
#define MAX_Q_DEPTH 32
7777
static int ql2xmaxqdepth = MAX_Q_DEPTH;

0 commit comments

Comments
 (0)