Hi Doug,

scsi_debug.c says:

MODULE_PARM_DESC(every_nth, "timeout every nth command(def=100)");

I don't see where the default of 100 is set.

#define DEF_EVERY_NTH   0
...
static int scsi_debug_every_nth = DEF_EVERY_NTH;


Can you clarify for me, please?

Thanks.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to