diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_fw.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_fw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_fw.h b/drivers/scsi/qla2xxx/qla_fw.h index dfde2dd865cb..66a8da5d7d08 100644 --- a/drivers/scsi/qla2xxx/qla_fw.h +++ b/drivers/scsi/qla2xxx/qla_fw.h | |||
@@ -1126,7 +1126,7 @@ struct vp_config_entry_24xx { | |||
1126 | uint16_t id; | 1126 | uint16_t id; |
1127 | uint16_t reserved_4; | 1127 | uint16_t reserved_4; |
1128 | uint16_t hopct; | 1128 | uint16_t hopct; |
1129 | uint8_t reserved_5; | 1129 | uint8_t reserved_5[2]; |
1130 | }; | 1130 | }; |
1131 | 1131 | ||
1132 | #define VP_RPT_ID_IOCB_TYPE 0x32 /* Report ID Acquisition entry. */ | 1132 | #define VP_RPT_ID_IOCB_TYPE 0x32 /* Report ID Acquisition entry. */ |