diff options
author | James.Smart@Emulex.Com <James.Smart@Emulex.Com> | 2005-10-28 20:29:21 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-10-29 11:18:30 -0400 |
commit | 09703d38d47d2b4ff769269ffe01c9aa340e3c8b (patch) | |
tree | 30d5789d729cc6d92d365863e19b229c24b3ef11 /drivers | |
parent | 7bcbb7527fb2f06b6500f6ee3e7f750a0ed0239c (diff) |
[SCSI] lpfc: Fix comments for nodev_tmo
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index fd5132d62ed2..98326811739a 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -434,7 +434,7 @@ LPFC_ATTR_R(scan_down, 1, 0, 1, | |||
434 | 434 | ||
435 | /* | 435 | /* |
436 | # lpfc_nodev_tmo: If set, it will hold all I/O errors on devices that disappear | 436 | # lpfc_nodev_tmo: If set, it will hold all I/O errors on devices that disappear |
437 | # until the timer expires. Value range is [0,255]. Default value is 20. | 437 | # until the timer expires. Value range is [0,255]. Default value is 30. |
438 | # NOTE: this MUST be less then the SCSI Layer command timeout - 1. | 438 | # NOTE: this MUST be less then the SCSI Layer command timeout - 1. |
439 | */ | 439 | */ |
440 | LPFC_ATTR_RW(nodev_tmo, 30, 0, 255, | 440 | LPFC_ATTR_RW(nodev_tmo, 30, 0, 255, |