diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 511e3cd435fa..1396f4df7bd6 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2534,7 +2534,7 @@ typedef struct scsi_qla_host { | |||
2534 | #define VP_ERR_FAB_NORESOURCES 3 | 2534 | #define VP_ERR_FAB_NORESOURCES 3 |
2535 | #define VP_ERR_FAB_LOGOUT 4 | 2535 | #define VP_ERR_FAB_LOGOUT 4 |
2536 | #define VP_ERR_ADAP_NORESOURCES 5 | 2536 | #define VP_ERR_ADAP_NORESOURCES 5 |
2537 | int max_npiv_vports; /* 63 or 125 per topoloty */ | 2537 | uint16_t max_npiv_vports; /* 63 or 125 per topoloty */ |
2538 | int cur_vport_count; | 2538 | int cur_vport_count; |
2539 | } scsi_qla_host_t; | 2539 | } scsi_qla_host_t; |
2540 | 2540 | ||