diff options
-rw-r--r-- | drivers/scsi/scsi_transport_fc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c index 5f77417ed585..2df752959219 100644 --- a/drivers/scsi/scsi_transport_fc.c +++ b/drivers/scsi/scsi_transport_fc.c | |||
@@ -95,7 +95,7 @@ static struct { | |||
95 | { FC_PORTTYPE_NPORT, "NPort (fabric via point-to-point)" }, | 95 | { FC_PORTTYPE_NPORT, "NPort (fabric via point-to-point)" }, |
96 | { FC_PORTTYPE_NLPORT, "NLPort (fabric via loop)" }, | 96 | { FC_PORTTYPE_NLPORT, "NLPort (fabric via loop)" }, |
97 | { FC_PORTTYPE_LPORT, "LPort (private loop)" }, | 97 | { FC_PORTTYPE_LPORT, "LPort (private loop)" }, |
98 | { FC_PORTTYPE_PTP, "Point-To-Point (direct nport connection" }, | 98 | { FC_PORTTYPE_PTP, "Point-To-Point (direct nport connection)" }, |
99 | { FC_PORTTYPE_NPIV, "NPIV VPORT" }, | 99 | { FC_PORTTYPE_NPIV, "NPIV VPORT" }, |
100 | }; | 100 | }; |
101 | fc_enum_name_search(port_type, fc_port_type, fc_port_type_names) | 101 | fc_enum_name_search(port_type, fc_port_type, fc_port_type_names) |