diff options
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index a94d216d2207..d324df8c36e6 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -167,7 +167,7 @@ struct fc_disc_port { | |||
167 | 167 | ||
168 | enum fc_rport_event { | 168 | enum fc_rport_event { |
169 | RPORT_EV_NONE = 0, | 169 | RPORT_EV_NONE = 0, |
170 | RPORT_EV_CREATED, | 170 | RPORT_EV_READY, |
171 | RPORT_EV_FAILED, | 171 | RPORT_EV_FAILED, |
172 | RPORT_EV_STOP, | 172 | RPORT_EV_STOP, |
173 | RPORT_EV_LOGO | 173 | RPORT_EV_LOGO |