* [patch 0/1] scsi_transport_fc: Typo fix for Point-to-Point description
@ 2009-01-15 15:51 Christof Schmitt
2009-01-15 15:51 ` [patch 1/1] scsi_transport_fc: Add missing parenthesis to Point-To-Point description Christof Schmitt
0 siblings, 1 reply; 2+ messages in thread
From: Christof Schmitt @ 2009-01-15 15:51 UTC (permalink / raw)
To: James Bottomley; +Cc: James Smart, linux-scsi
A closing parenthesis is missing in the description for the
Point-to-Point mode in the FC transport class.
--
Christof
^ permalink raw reply [flat|nested] 2+ messages in thread
* [patch 1/1] scsi_transport_fc: Add missing parenthesis to Point-To-Point description
2009-01-15 15:51 [patch 0/1] scsi_transport_fc: Typo fix for Point-to-Point description Christof Schmitt
@ 2009-01-15 15:51 ` Christof Schmitt
0 siblings, 0 replies; 2+ messages in thread
From: Christof Schmitt @ 2009-01-15 15:51 UTC (permalink / raw)
To: James Bottomley; +Cc: James Smart, linux-scsi, Christof Schmitt
[-- Attachment #1: fix-fc-host-typo.diff --]
[-- Type: text/plain, Size: 849 bytes --]
From: Christof Schmitt <christof.schmitt@de.ibm.com>
Fix typo by adding closing parenthesis.
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
---
drivers/scsi/scsi_transport_fc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/scsi/scsi_transport_fc.c 2009-01-15 16:37:03.000000000 +0100
+++ b/drivers/scsi/scsi_transport_fc.c 2009-01-15 16:37:20.000000000 +0100
@@ -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)
--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-15 15:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 15:51 [patch 0/1] scsi_transport_fc: Typo fix for Point-to-Point description Christof Schmitt
2009-01-15 15:51 ` [patch 1/1] scsi_transport_fc: Add missing parenthesis to Point-To-Point description Christof Schmitt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.