diff options
author | Christof Schmitt <christof.schmitt@de.ibm.com> | 2009-01-15 10:51:48 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-12 13:57:57 -0400 |
commit | 951948a397e3ddc96658efd648b9d66622965b19 (patch) | |
tree | 82623d8933d952aa852a9368cba52e7d7f9079d2 /drivers/scsi/scsi_transport_fc.c | |
parent | 49799fee82b4f78c45b1926be24e45b5cf667083 (diff) |
[SCSI] scsi_transport_fc: Add missing parenthesis to Point-To-Point description
Fix typo by adding closing parenthesis.
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/scsi_transport_fc.c')
-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) |