From: Chad Dupuis Date: Wed, 22 Aug 2012 18:21:23 +0000 (-0400) Subject: [SCSI] qla2xxx: Fix description of qla2xmaxqdepth parameter. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e92e4a8f003910d985b5e5f721724b1e1327208b;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [SCSI] qla2xxx: Fix description of qla2xmaxqdepth parameter. Signed-off-by: Giridhar Malavali Signed-off-by: Chad Dupuis Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 10362d3aaa30..1020db5c33f9 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c @@ -113,7 +113,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;