From: Chad Dupuis Date: Mon, 23 Jul 2012 15:07:59 +0000 (-0700) Subject: qla2xxx: Fix description of qla2xmaxqdepth parameter. X-Git-Tag: v2.6.39-400.9.0~409 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1717f4fb18830e44518c4b3439732d3133b64bc9;p=users%2Fjedix%2Flinux-maple.git qla2xxx: Fix description of qla2xmaxqdepth parameter. JIRA Key: V2632FC-241 --- diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 840bbcd1ac7c..96fd79884650 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c @@ -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;