diff options
| author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2017-03-15 11:28:54 -0700 |
|---|---|---|
| committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2017-03-15 11:28:54 -0700 |
| commit | ca4a213db0b66513ba384d5f397fa60f1d0550d0 (patch) | |
| tree | 6dd593a13a380132902527c1dfa67e2c4fb259f3 /drivers/scsi/lpfc/lpfc_attr.c | |
| parent | a11be42a278e6526d4d297ddf6676e934318d7c3 (diff) | |
| parent | 7d7080335f8d93a51e8238b6e85be8af4ba452b6 (diff) | |
| download | linux-ca4a213db0b66513ba384d5f397fa60f1d0550d0.tar.bz2 | |
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.c | 4 |
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."); |