aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/lpfc/lpfc_attr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c
index 998c863fdc7e..ab49379b6abe 100644
--- a/drivers/scsi/lpfc/lpfc_attr.c
+++ b/drivers/scsi/lpfc/lpfc_attr.c
@@ -664,10 +664,10 @@ LPFC_ATTR_R(ack0, 0, 0, 1, "Enable ACK0 support");
664# is 0. Default value of cr_count is 1. The cr_count feature is disabled if 664# is 0. Default value of cr_count is 1. The cr_count feature is disabled if
665# cr_delay is set to 0. 665# cr_delay is set to 0.
666*/ 666*/
667LPFC_ATTR_RW(cr_delay, 0, 0, 63, "A count of milliseconds after which an" 667LPFC_ATTR_RW(cr_delay, 0, 0, 63, "A count of milliseconds after which an "
668 "interrupt response is generated"); 668 "interrupt response is generated");
669 669
670LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an" 670LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an "
671 "interrupt response is generated"); 671 "interrupt response is generated");
672 672
673/* 673/*
@@ -683,7 +683,7 @@ LPFC_ATTR_RW(fdmi_on, 0, 0, 2, "Enable FDMI support");
683# Specifies the maximum number of ELS cmds we can have outstanding (for 683# Specifies the maximum number of ELS cmds we can have outstanding (for
684# discovery). Value range is [1,64]. Default value = 32. 684# discovery). Value range is [1,64]. Default value = 32.
685*/ 685*/
686LPFC_ATTR(discovery_threads, 32, 1, 64, "Maximum number of ELS commands" 686LPFC_ATTR(discovery_threads, 32, 1, 64, "Maximum number of ELS commands "
687 "during discovery"); 687 "during discovery");
688 688
689/* 689/*