[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <C7CED2FA.5FEB%giridhar.malavali@qlogic.com>
Date: Tue, 23 Mar 2010 20:20:10 -0700
From: Giridhar Malavali <giridhar.malavali@...gic.com>
To: Ferenc Wagner <wferi@...f.hu>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
LinuxSCSI <linux-scsi@...r.kernel.org>
Subject: Re: [PATCH] qla2xxx: Fix documentation of ql2xfdmienable module
parameter
On 3/23/10 10:14 AM, "Ferenc Wagner" <wferi@...f.hu> wrote:
> The default is enabled since 7e47e5ca184548341a82eeb2238ee3622c43cae1.
>
> Signed-off-by: Ferenc Wagner <wferi@...f.hu>
> ---
> drivers/scsi/qla2xxx/qla_os.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
> index 46720b2..ac08397 100644
> --- a/drivers/scsi/qla2xxx/qla_os.c
> +++ b/drivers/scsi/qla2xxx/qla_os.c
> @@ -69,8 +69,8 @@ static void qla2x00_free_device(scsi_qla_host_t *);
> 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. "
> + "0 - no FDMI. Default is 1 - perform FDMI.");
>
> #define MAX_Q_DEPTH 32
> static int ql2xmaxqdepth = MAX_Q_DEPTH;
> --
> 1.5.6.5
>
Acked-by: Giridhar Malavali <giridhar.malavali@...gic.com>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists