]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
qla2xxx: Fix description of qla2xmaxqdepth parameter.
authorChad Dupuis <chad.dupuis@qlogic.com>
Mon, 23 Jul 2012 15:07:59 +0000 (08:07 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Mon, 27 Aug 2012 09:44:28 +0000 (02:44 -0700)
JIRA Key: V2632FC-241

drivers/scsi/qla2xxx/qla_os.c

index 840bbcd1ac7ccc333ce599fba2206eafbc87aa6f..96fd7988465002ed91a32db79ab199b0a1e7af35 100644 (file)
@@ -106,7 +106,8 @@ MODULE_PARM_DESC(ql2xfdmienable,
 static int ql2xmaxqdepth = MAX_Q_DEPTH;
 module_param(ql2xmaxqdepth, int, S_IRUGO|S_IWUSR);
 MODULE_PARM_DESC(ql2xmaxqdepth,
-               "Maximum queue depth to report for target devices.");
+               "Maximum queue depth to set for each LUN. "
+               "Default is 32.");
 
 /* Do not change the value of this after module load */
 int ql2xenabledif = 0;