]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[SCSI] scsi_transport_fc: Add missing parenthesis to Point-To-Point description
authorChristof Schmitt <christof.schmitt@de.ibm.com>
Thu, 15 Jan 2009 15:51:48 +0000 (16:51 +0100)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 12 Mar 2009 17:57:57 +0000 (12:57 -0500)
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>
drivers/scsi/scsi_transport_fc.c

index 5f77417ed5859117019fac4278e8e1fc1e8f12b6..2df75295921958fb24841d87255bf17819947fbb 100644 (file)
@@ -95,7 +95,7 @@ static struct {
        { FC_PORTTYPE_NPORT,    "NPort (fabric via point-to-point)" },
        { FC_PORTTYPE_NLPORT,   "NLPort (fabric via loop)" },
        { FC_PORTTYPE_LPORT,    "LPort (private loop)" },
-       { FC_PORTTYPE_PTP,      "Point-To-Point (direct nport connection" },
+       { FC_PORTTYPE_PTP,      "Point-To-Point (direct nport connection)" },
        { FC_PORTTYPE_NPIV,             "NPIV VPORT" },
 };
 fc_enum_name_search(port_type, fc_port_type, fc_port_type_names)