mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 12:26:44 +07:00
[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>
This commit is contained in:
parent
a01a5a5789
commit
4ef7fb150f
@ -335,7 +335,7 @@ int fcoe_transport_attach(struct fcoe_transport *ft)
|
|||||||
EXPORT_SYMBOL(fcoe_transport_attach);
|
EXPORT_SYMBOL(fcoe_transport_attach);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* fcoe_transport_attach - Detaches an FCoE transport
|
* fcoe_transport_detach - Detaches an FCoE transport
|
||||||
* @ft: The fcoe transport to be attached
|
* @ft: The fcoe transport to be attached
|
||||||
*
|
*
|
||||||
* Returns : 0 for success
|
* Returns : 0 for success
|
||||||
|
Loading…
Reference in New Issue
Block a user