* [PATCH] qla2xxx: Fix documentation of ql2xfdmienable module parameter
@ 2010-03-23 17:14 Ferenc Wagner
2010-03-24 3:20 ` Giridhar Malavali
0 siblings, 1 reply; 3+ messages in thread
From: Ferenc Wagner @ 2010-03-23 17:14 UTC (permalink / raw)
To: linux-kernel, linux-scsi
The default is enabled since 7e47e5ca184548341a82eeb2238ee3622c43cae1.
Signed-off-by: Ferenc Wagner <wferi@niif.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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] qla2xxx: Fix documentation of ql2xfdmienable module parameter
2010-03-23 17:14 [PATCH] qla2xxx: Fix documentation of ql2xfdmienable module parameter Ferenc Wagner
@ 2010-03-24 3:20 ` Giridhar Malavali
2010-03-31 16:40 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Giridhar Malavali @ 2010-03-24 3:20 UTC (permalink / raw)
To: Ferenc Wagner, linux-kernel, LinuxSCSI
On 3/23/10 10:14 AM, "Ferenc Wagner" <wferi@niif.hu> wrote:
> The default is enabled since 7e47e5ca184548341a82eeb2238ee3622c43cae1.
>
> Signed-off-by: Ferenc Wagner <wferi@niif.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@qlogic.com>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] qla2xxx: Fix documentation of ql2xfdmienable module parameter
2010-03-24 3:20 ` Giridhar Malavali
@ 2010-03-31 16:40 ` Randy Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2010-03-31 16:40 UTC (permalink / raw)
To: Giridhar Malavali, james.bottomley; +Cc: Ferenc Wagner, linux-kernel, LinuxSCSI
On Tue, 23 Mar 2010 20:20:10 -0700 Giridhar Malavali wrote:
>
>
>
> On 3/23/10 10:14 AM, "Ferenc Wagner" <wferi@niif.hu> wrote:
>
> > The default is enabled since 7e47e5ca184548341a82eeb2238ee3622c43cae1.
> >
> > Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Hi James,
What is the best way for any interested party to tell if you have merged (applied,
accepted) a patch in the scsi subsystem?
Thanks.
> > ---
> > 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;
> > --
>
> Acked-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
---
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-31 16:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-23 17:14 [PATCH] qla2xxx: Fix documentation of ql2xfdmienable module parameter Ferenc Wagner
2010-03-24 3:20 ` Giridhar Malavali
2010-03-31 16:40 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®