aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc/bnx2fc_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_debug.c')
-rw-r--r--drivers/scsi/bnx2fc/bnx2fc_debug.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_debug.c b/drivers/scsi/bnx2fc/bnx2fc_debug.c
index 0cbee1b23ee2..d055df01faa5 100644
--- a/drivers/scsi/bnx2fc/bnx2fc_debug.c
+++ b/drivers/scsi/bnx2fc/bnx2fc_debug.c
@@ -1,3 +1,16 @@
1/* bnx2fc_debug.c: QLogic NetXtreme II Linux FCoE offload driver.
2 * Handles operations such as session offload/upload etc, and manages
3 * session resources such as connection id and qp resources.
4 *
5 * Copyright (c) 2008 - 2013 Broadcom Corporation
6 * Copyright (c) 2014, QLogic Corporation
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation.
11 *
12 */
13
1#include "bnx2fc.h" 14#include "bnx2fc.h"
2 15
3void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...) 16void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...)