summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_attr.c
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2017-03-15 19:28:54 +0100
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2017-03-15 19:28:54 +0100
commitca4a213db0b66513ba384d5f397fa60f1d0550d0 (patch)
tree6dd593a13a380132902527c1dfa67e2c4fb259f3 /drivers/scsi/lpfc/lpfc_attr.c
parentMerge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixes (diff)
parentscsi: lpfc: Finalize Kconfig options for nvme (diff)
downloadlinux-ca4a213db0b66513ba384d5f397fa60f1d0550d0.tar.xz
linux-ca4a213db0b66513ba384d5f397fa60f1d0550d0.zip
Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixes
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_attr.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c
index 5c3be3e6f5e2..22819afbaef5 100644
--- a/drivers/scsi/lpfc/lpfc_attr.c
+++ b/drivers/scsi/lpfc/lpfc_attr.c
@@ -3315,9 +3315,9 @@ LPFC_ATTR_R(nvmet_mrq_post, LPFC_DEF_MRQ_POST,
* lpfc_enable_fc4_type: Defines what FC4 types are supported.
* Supported Values: 1 - register just FCP
* 3 - register both FCP and NVME
- * Supported values are [1,3]. Default value is 3
+ * Supported values are [1,3]. Default value is 1
*/
-LPFC_ATTR_R(enable_fc4_type, LPFC_ENABLE_BOTH,
+LPFC_ATTR_R(enable_fc4_type, LPFC_ENABLE_FCP,
LPFC_ENABLE_FCP, LPFC_ENABLE_BOTH,
"Define fc4 type to register with fabric.");