mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
[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>
This commit is contained in:
parent
49799fee82
commit
951948a397
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user