From 0a47e2e1ffbe3b87b89a1e50f2cf083167621337 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 6 Feb 2014 13:38:28 +0000 Subject: [PATCH] qla2x00t: Re-sync help text with the code The ql2xfdmienable module parameter defaults to 1, but the help text claims it defaults to zero. Signed-off-by: Steven J. Magnani git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5267 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla_os.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qla2x00t/qla_os.c b/qla2x00t/qla_os.c index c37bc7b46..b2b105615 100644 --- a/qla2x00t/qla_os.c +++ b/qla2x00t/qla_os.c @@ -112,8 +112,8 @@ static void qla2x00_config_dma_addressing(scsi_qla_host_t *ha); 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 " + "Default is 1 - perform FDMI. 0 - no FDMI."); #define MAX_Q_DEPTH 32 static int ql2xmaxqdepth = MAX_Q_DEPTH;