bnx2fc: Remove 'NetXtreme II' from source files.

Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:
Chad Dupuis 2015-10-19 15:40:36 -04:00 committed by James Bottomley
parent 97586090a9
commit de909d8740
11 changed files with 14 additions and 15 deletions

View file

@ -1,4 +1,4 @@
/* 57xx_hsi_bnx2fc.h: QLogic NetXtreme II Linux FCoE offload driver.
/* 57xx_hsi_bnx2fc.h: QLogic Linux FCoE offload driver.
* Handles operations such as session offload/upload etc, and manages
* session resources such as connection id and qp resources.
*

View file

@ -1,5 +1,5 @@
config SCSI_BNX2X_FCOE
tristate "QLogic NetXtreme II FCoE support"
tristate "QLogic FCoE offload support"
depends on PCI
depends on (IPV6 || IPV6=n)
depends on LIBFC
@ -9,5 +9,4 @@ config SCSI_BNX2X_FCOE
select NET_VENDOR_BROADCOM
select CNIC
---help---
This driver supports FCoE offload for the QLogic NetXtreme II
devices.
This driver supports FCoE offload for the QLogic devices.

View file

@ -1,4 +1,4 @@
/* bnx2fc.h: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc.h: QLogic Linux FCoE offload driver.
*
* Copyright (c) 2008-2013 Broadcom Corporation
* Copyright (c) 2014-2015 QLogic Corporation

View file

@ -1,4 +1,4 @@
/* bnx2fc_constants.h: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc_constants.h: QLogic Linux FCoE offload driver.
* Handles operations such as session offload/upload etc, and manages
* session resources such as connection id and qp resources.
*

View file

@ -1,4 +1,4 @@
/* bnx2fc_debug.c: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc_debug.c: QLogic Linux FCoE offload driver.
* Handles operations such as session offload/upload etc, and manages
* session resources such as connection id and qp resources.
*

View file

@ -1,4 +1,4 @@
/* bnx2fc_debug.h: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc_debug.h: QLogic Linux FCoE offload driver.
* Handles operations such as session offload/upload etc, and manages
* session resources such as connection id and qp resources.
*

View file

@ -1,5 +1,5 @@
/*
* bnx2fc_els.c: QLogic NetXtreme II Linux FCoE offload driver.
* bnx2fc_els.c: QLogic Linux FCoE offload driver.
* This file contains helper routines that handle ELS requests
* and responses.
*

View file

@ -1,4 +1,4 @@
/* bnx2fc_fcoe.c: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc_fcoe.c: QLogic Linux FCoE offload driver.
* This file contains the code that interacts with libfc, libfcoe,
* cnic modules to create FCoE instances, send/receive non-offloaded
* FIP/FCoE packets, listen to link events etc.
@ -27,12 +27,12 @@ DEFINE_PER_CPU(struct bnx2fc_percpu_s, bnx2fc_percpu);
static char version[] =
"QLogic NetXtreme II FCoE Driver " DRV_MODULE_NAME \
"QLogic FCoE Driver " DRV_MODULE_NAME \
" v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
MODULE_AUTHOR("Bhanu Prakash Gollapudi <bprakash@broadcom.com>");
MODULE_DESCRIPTION("QLogic NetXtreme II BCM57710 FCoE Driver");
MODULE_DESCRIPTION("QLogic FCoE Driver");
MODULE_LICENSE("GPL");
MODULE_VERSION(DRV_MODULE_VERSION);

View file

@ -1,4 +1,4 @@
/* bnx2fc_hwi.c: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc_hwi.c: QLogic Linux FCoE offload driver.
* This file contains the code that low level functions that interact
* with 57712 FCoE firmware.
*

View file

@ -1,4 +1,4 @@
/* bnx2fc_io.c: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc_io.c: QLogic Linux FCoE offload driver.
* IO manager and SCSI IO processing.
*
* Copyright (c) 2008-2013 Broadcom Corporation

View file

@ -1,4 +1,4 @@
/* bnx2fc_tgt.c: QLogic NetXtreme II Linux FCoE offload driver.
/* bnx2fc_tgt.c: QLogic Linux FCoE offload driver.
* Handles operations such as session offload/upload etc, and manages
* session resources such as connection id and qp resources.
*