We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49799fe commit 951948aCopy full SHA for 951948a
drivers/scsi/scsi_transport_fc.c
@@ -95,7 +95,7 @@ static struct {
95
{ FC_PORTTYPE_NPORT, "NPort (fabric via point-to-point)" },
96
{ FC_PORTTYPE_NLPORT, "NLPort (fabric via loop)" },
97
{ FC_PORTTYPE_LPORT, "LPort (private loop)" },
98
- { FC_PORTTYPE_PTP, "Point-To-Point (direct nport connection" },
+ { FC_PORTTYPE_PTP, "Point-To-Point (direct nport connection)" },
99
{ FC_PORTTYPE_NPIV, "NPIV VPORT" },
100
};
101
fc_enum_name_search(port_type, fc_port_type, fc_port_type_names)
0 commit comments