diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index ebeddbe86e67..2fd3e45c577e 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -290,8 +290,8 @@ struct lpfc_vport { | |||
290 | 290 | ||
291 | uint16_t vpi; | 291 | uint16_t vpi; |
292 | uint16_t vfi; | 292 | uint16_t vfi; |
293 | uint8_t vfi_state; | 293 | uint8_t vpi_state; |
294 | #define LPFC_VFI_REGISTERED 0x1 | 294 | #define LPFC_VPI_REGISTERED 0x1 |
295 | 295 | ||
296 | uint32_t fc_flag; /* FC flags */ | 296 | uint32_t fc_flag; /* FC flags */ |
297 | /* Several of these flags are HBA centric and should be moved to | 297 | /* Several of these flags are HBA centric and should be moved to |