diff options
author | James Smart <james.smart@emulex.com> | 2012-09-29 11:29:17 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-08 06:51:00 -0400 |
commit | 005ffa704431a8d98ad313d4fa285a5d9bce37bc (patch) | |
tree | 8b569bc20c6f5f090a2f868e0dad7dc4c28ec4c3 /drivers/scsi/lpfc | |
parent | 2d843edc2b9068c4528c324ea89ed57b30df7b5a (diff) |
[SCSI] lpfc 8.3.35: Fix incorrect comment in T10 DIF attributes
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index b032562aa0d9..ad16e54ac383 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -3935,6 +3935,12 @@ MODULE_PARM_DESC(lpfc_fcp_look_ahead, "Look ahead for completions"); | |||
3935 | # - Only meaningful if BG is turned on (lpfc_enable_bg=1). | 3935 | # - Only meaningful if BG is turned on (lpfc_enable_bg=1). |
3936 | # - Allows you to ultimately specify which profiles to use | 3936 | # - Allows you to ultimately specify which profiles to use |
3937 | # - Default will result in registering capabilities for all profiles. | 3937 | # - Default will result in registering capabilities for all profiles. |
3938 | # - SHOST_DIF_TYPE1_PROTECTION 1 | ||
3939 | # HBA supports T10 DIF Type 1: HBA to Target Type 1 Protection | ||
3940 | # - SHOST_DIX_TYPE0_PROTECTION 8 | ||
3941 | # HBA supports DIX Type 0: Host to HBA protection only | ||
3942 | # - SHOST_DIX_TYPE1_PROTECTION 16 | ||
3943 | # HBA supports DIX Type 1: Host to HBA Type 1 protection | ||
3938 | # | 3944 | # |
3939 | */ | 3945 | */ |
3940 | unsigned int lpfc_prot_mask = SHOST_DIF_TYPE1_PROTECTION | | 3946 | unsigned int lpfc_prot_mask = SHOST_DIF_TYPE1_PROTECTION | |
@@ -3947,7 +3953,7 @@ MODULE_PARM_DESC(lpfc_prot_mask, "host protection mask"); | |||
3947 | /* | 3953 | /* |
3948 | # lpfc_prot_guard: i | 3954 | # lpfc_prot_guard: i |
3949 | # - Bit mask of protection guard types to register with the SCSI mid-layer | 3955 | # - Bit mask of protection guard types to register with the SCSI mid-layer |
3950 | # - Guard types are currently either 1) IP checksum 2) T10-DIF CRC | 3956 | # - Guard types are currently either 1) T10-DIF CRC 2) IP checksum |
3951 | # - Allows you to ultimately specify which profiles to use | 3957 | # - Allows you to ultimately specify which profiles to use |
3952 | # - Default will result in registering capabilities for all guard types | 3958 | # - Default will result in registering capabilities for all guard types |
3953 | # | 3959 | # |