aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/libfc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index efdb6ba310e5..b5c9b285b462 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -129,7 +129,7 @@ do { \
129 * FC HBA status 129 * FC HBA status
130 */ 130 */
131enum fc_lport_state { 131enum fc_lport_state {
132 LPORT_ST_NONE = 0, 132 LPORT_ST_DISABLED = 0,
133 LPORT_ST_FLOGI, 133 LPORT_ST_FLOGI,
134 LPORT_ST_DNS, 134 LPORT_ST_DNS,
135 LPORT_ST_RPN_ID, 135 LPORT_ST_RPN_ID,