Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1247780 > unrolled thread

[PATCH] bnx2fc: Modify supported product numbers in MODULE_DESCRIPTION

Started byMasanari Iida <standby24x7@gmail.com>
First post2015-10-15 15:10 +0200
Last post2015-10-15 15:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] bnx2fc: Modify supported product numbers in MODULE_DESCRIPTION Masanari Iida <standby24x7@gmail.com> - 2015-10-15 15:10 +0200

#1247780 — [PATCH] bnx2fc: Modify supported product numbers in MODULE_DESCRIPTION

FromMasanari Iida <standby24x7@gmail.com>
Date2015-10-15 15:10 +0200
Subject[PATCH] bnx2fc: Modify supported product numbers in MODULE_DESCRIPTION
Message-ID<qjQsa-7jf-9@gated-at.bofh.it>
Currently bnx2fc driver support not only BMC57710,
but also BCM57711, BCM57712, BCM57800, BCM57810 and BCM57840.
It is better to modify from "BCM57710" to "BCM5771x/BCM578xx"

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
index d5cdc47..565764c 100644
--- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
+++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
@@ -32,7 +32,7 @@ static char version[] =
 
 
 MODULE_AUTHOR("Bhanu Prakash Gollapudi <bprakash@broadcom.com>");
-MODULE_DESCRIPTION("QLogic NetXtreme II BCM57710 FCoE Driver");
+MODULE_DESCRIPTION("QLogic NetXtreme II BCM5771x/BCM578xx FCoE Driver");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(DRV_MODULE_VERSION);
 
-- 
2.6.1.133.gf5b6079

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web