diff options
author | Yi Zou <yi.zou@intel.com> | 2011-04-01 19:06:30 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-05-01 11:20:50 -0400 |
commit | 4ef7fb150f3002c5e494b2a327fa532bf8fd0927 (patch) | |
tree | 37035217c822704d3f5fc28e9f401bedc571f846 | |
parent | a01a5a5789287113cd6bb25c79cf2a826874c918 (diff) |
[SCSI] libfcoe: fix wrong comment in fcoe_transport_detach
fix typo of '_attach' -> '_detach' in the comment.
Reported-by: Frank Zhang <frank_1.zhang@intel.com>
Signed-off-by: Yi Zou <yi.zou@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
-rw-r--r-- | drivers/scsi/fcoe/fcoe_transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/fcoe_transport.c b/drivers/scsi/fcoe/fcoe_transport.c index 538f29923ab4..f81f77c8569e 100644 --- a/drivers/scsi/fcoe/fcoe_transport.c +++ b/drivers/scsi/fcoe/fcoe_transport.c | |||
@@ -335,7 +335,7 @@ out_attach: | |||
335 | EXPORT_SYMBOL(fcoe_transport_attach); | 335 | EXPORT_SYMBOL(fcoe_transport_attach); |
336 | 336 | ||
337 | /** | 337 | /** |
338 | * fcoe_transport_attach - Detaches an FCoE transport | 338 | * fcoe_transport_detach - Detaches an FCoE transport |
339 | * @ft: The fcoe transport to be attached | 339 | * @ft: The fcoe transport to be attached |
340 | * | 340 | * |
341 | * Returns : 0 for success | 341 | * Returns : 0 for success |