Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Yi Zou and committed by
James Bottomley
4ef7fb15 a01a5a57

+1 -1
+1 -1
drivers/scsi/fcoe/fcoe_transport.c
··· 335 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 339 * @ft: The fcoe transport to be attached 340 340 * 341 341 * Returns : 0 for success