]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] qla2xxx: Fix documentation of ql2xfdmienable module parameter
authorFerenc Wagner <wferi@niif.hu>
Tue, 23 Mar 2010 17:14:59 +0000 (18:14 +0100)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 11 Apr 2010 14:45:54 +0000 (09:45 -0500)
The default is enabled since 7e47e5ca184548341a82eeb2238ee3622c43cae1.

Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Acked-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla2xxx/qla_os.c

index 6bdc7de82c5b54966ee2458a03c78e0a7e3ce214..f31820691dc2e1a1a61826cd971812785b4b8853 100644 (file)
@@ -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;