We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c452a4 commit 7794a5aCopy full SHA for 7794a5a
drivers/scsi/qla2xxx/qla_os.c
@@ -70,8 +70,8 @@ static void qla2x00_free_device(scsi_qla_host_t *);
70
int ql2xfdmienable=1;
71
module_param(ql2xfdmienable, int, S_IRUGO|S_IRUSR);
72
MODULE_PARM_DESC(ql2xfdmienable,
73
- "Enables FDMI registratons "
74
- "Default is 0 - no FDMI. 1 - perfom FDMI.");
+ "Enables FDMI registrations. "
+ "0 - no FDMI. Default is 1 - perform FDMI.");
75
76
#define MAX_Q_DEPTH 32
77
static int ql2xmaxqdepth = MAX_Q_DEPTH;
0 commit comments