aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/fcoe/fcoe.c')
-rw-r--r--drivers/scsi/fcoe/fcoe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c
index e79605a61155..844d618b84bd 100644
--- a/drivers/scsi/fcoe/fcoe.c
+++ b/drivers/scsi/fcoe/fcoe.c
@@ -2499,7 +2499,7 @@ module_exit(fcoe_exit);
2499 * @fp: response frame, or error encoded in a pointer (timeout) 2499 * @fp: response frame, or error encoded in a pointer (timeout)
2500 * @arg: pointer the the fcoe_ctlr structure 2500 * @arg: pointer the the fcoe_ctlr structure
2501 * 2501 *
2502 * This handles MAC address managment for FCoE, then passes control on to 2502 * This handles MAC address management for FCoE, then passes control on to
2503 * the libfc FLOGI response handler. 2503 * the libfc FLOGI response handler.
2504 */ 2504 */
2505static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) 2505static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
@@ -2531,7 +2531,7 @@ done:
2531 * @fp: response frame, or error encoded in a pointer (timeout) 2531 * @fp: response frame, or error encoded in a pointer (timeout)
2532 * @arg: pointer the the fcoe_ctlr structure 2532 * @arg: pointer the the fcoe_ctlr structure
2533 * 2533 *
2534 * This handles MAC address managment for FCoE, then passes control on to 2534 * This handles MAC address management for FCoE, then passes control on to
2535 * the libfc LOGO response handler. 2535 * the libfc LOGO response handler.
2536 */ 2536 */
2537static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) 2537static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)