From: Giridhar Malavali Date: Thu, 1 Sep 2011 18:57:18 +0000 (-0700) Subject: qla2xxx: Corrected the default setting of the help text of Minidump capture mask. X-Git-Tag: v2.6.39-400.9.0~822^2^2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=46479e1ece9f6d32a3d7e00ae4cd94ece8fcf9f6;p=users%2Fjedix%2Flinux-maple.git qla2xxx: Corrected the default setting of the help text of Minidump capture mask. Signed-off-by: Giridhar Malavali Signed-off-by: Chad Dupuis --- diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index a53441cefa7f..2f4d8838ca14 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c @@ -202,7 +202,7 @@ int ql2xmdcapmask = 0x1F; module_param(ql2xmdcapmask, int, S_IRUGO); MODULE_PARM_DESC(ql2xmdcapmask, "Set the Minidump driver capture mask level. " - "Default is 0x7F - Can be set to 0x3, 0x7, 0xF, 0x1F, 0x7F."); + "Default is 0x1F - Can be set to 0x3, 0x7, 0xF, 0x1F, 0x7F."); int ql2xmdenable = 1; module_param(ql2xmdenable, int, S_IRUGO);