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 9276121db1ef..bc39542481a4 100644
--- a/drivers/scsi/fcoe/fcoe.c
+++ b/drivers/scsi/fcoe/fcoe.c
@@ -2452,7 +2452,7 @@ module_exit(fcoe_exit);
2452 * @fp: response frame, or error encoded in a pointer (timeout) 2452 * @fp: response frame, or error encoded in a pointer (timeout)
2453 * @arg: pointer the the fcoe_ctlr structure 2453 * @arg: pointer the the fcoe_ctlr structure
2454 * 2454 *
2455 * This handles MAC address managment for FCoE, then passes control on to 2455 * This handles MAC address management for FCoE, then passes control on to
2456 * the libfc FLOGI response handler. 2456 * the libfc FLOGI response handler.
2457 */ 2457 */
2458static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) 2458static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
@@ -2484,7 +2484,7 @@ done:
2484 * @fp: response frame, or error encoded in a pointer (timeout) 2484 * @fp: response frame, or error encoded in a pointer (timeout)
2485 * @arg: pointer the the fcoe_ctlr structure 2485 * @arg: pointer the the fcoe_ctlr structure
2486 * 2486 *
2487 * This handles MAC address managment for FCoE, then passes control on to 2487 * This handles MAC address management for FCoE, then passes control on to
2488 * the libfc LOGO response handler. 2488 * the libfc LOGO response handler.
2489 */ 2489 */
2490static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) 2490static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)