[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1444914132-1461-1-git-send-email-standby24x7@gmail.com>
Date: Thu, 15 Oct 2015 22:02:12 +0900
From: Masanari Iida <standby24x7@...il.com>
To: QLogic-Storage-Upstream@...gic.com, linux-scsi@...r.kernel.org,
bprakash@...adcom.com, linux-kernel@...r.kernel.org
Cc: Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] bnx2fc: Modify supported product numbers in MODULE_DESCRIPTION
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@...il.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@...adcom.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists