* [PATCH] scsi_debug: correct parameter default text
@ 2007-06-11 18:36 Randy Dunlap
2007-06-11 18:45 ` Douglas Gilbert
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2007-06-11 18:36 UTC (permalink / raw)
To: dougg, jejb; +Cc: scsi
From: Randy Dunlap <randy.dunlap@oracle.com>
Correct the module info text for the default value of
"every_nth" to 0.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/scsi/scsi_debug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2622-rc4.orig/drivers/scsi/scsi_debug.c
+++ linux-2622-rc4/drivers/scsi/scsi_debug.c
@@ -2405,7 +2405,7 @@ MODULE_PARM_DESC(add_host, "0..127 hosts
MODULE_PARM_DESC(delay, "# of jiffies to delay response(def=1)");
MODULE_PARM_DESC(dev_size_mb, "size in MB of ram shared by devs(def=8)");
MODULE_PARM_DESC(dsense, "use descriptor sense format(def=0 -> fixed)");
-MODULE_PARM_DESC(every_nth, "timeout every nth command(def=100)");
+MODULE_PARM_DESC(every_nth, "timeout every nth command(def=0)");
MODULE_PARM_DESC(fake_rw, "fake reads/writes instead of copying (def=0)");
MODULE_PARM_DESC(max_luns, "number of LUNs per target to simulate(def=1)");
MODULE_PARM_DESC(no_lun_0, "no LU number 0 (def=0 -> have lun 0)");
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] scsi_debug: correct parameter default text
2007-06-11 18:36 [PATCH] scsi_debug: correct parameter default text Randy Dunlap
@ 2007-06-11 18:45 ` Douglas Gilbert
0 siblings, 0 replies; 2+ messages in thread
From: Douglas Gilbert @ 2007-06-11 18:45 UTC (permalink / raw)
To: Randy Dunlap; +Cc: jejb, scsi
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Correct the module info text for the default value of
> "every_nth" to 0.
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Douglas Gilbert <dougg@torque.net>
Doug Gilbert
> ---
> drivers/scsi/scsi_debug.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2622-rc4.orig/drivers/scsi/scsi_debug.c
> +++ linux-2622-rc4/drivers/scsi/scsi_debug.c
> @@ -2405,7 +2405,7 @@ MODULE_PARM_DESC(add_host, "0..127 hosts
> MODULE_PARM_DESC(delay, "# of jiffies to delay response(def=1)");
> MODULE_PARM_DESC(dev_size_mb, "size in MB of ram shared by devs(def=8)");
> MODULE_PARM_DESC(dsense, "use descriptor sense format(def=0 -> fixed)");
> -MODULE_PARM_DESC(every_nth, "timeout every nth command(def=100)");
> +MODULE_PARM_DESC(every_nth, "timeout every nth command(def=0)");
> MODULE_PARM_DESC(fake_rw, "fake reads/writes instead of copying (def=0)");
> MODULE_PARM_DESC(max_luns, "number of LUNs per target to simulate(def=1)");
> MODULE_PARM_DESC(no_lun_0, "no LU number 0 (def=0 -> have lun 0)");
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-11 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-11 18:36 [PATCH] scsi_debug: correct parameter default text Randy Dunlap
2007-06-11 18:45 ` Douglas Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).