Skip to content

Commit 951948a

Browse files
Christof SchmittJames Bottomley
authored andcommitted
[SCSI] scsi_transport_fc: Add missing parenthesis to Point-To-Point description
Fix typo by adding closing parenthesis. Signed-off-by: Christof Schmitt <[email protected]> Signed-off-by: James Bottomley <[email protected]>
1 parent 49799fe commit 951948a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/scsi_transport_fc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static struct {
9595
{ FC_PORTTYPE_NPORT, "NPort (fabric via point-to-point)" },
9696
{ FC_PORTTYPE_NLPORT, "NLPort (fabric via loop)" },
9797
{ 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)" },
9999
{ FC_PORTTYPE_NPIV, "NPIV VPORT" },
100100
};
101101
fc_enum_name_search(port_type, fc_port_type, fc_port_type_names)

0 commit comments

Comments
 (0)