summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxgbi/cxgb4i
diff options
context:
space:
mode:
authorKaren Xie2015-04-10 22:57:18 +0200
committerJames Bottomley2015-05-25 17:46:25 +0200
commit0ea5bf3dc16c868e302e85d627f885fcf1aa6e81 (patch)
treedf04edb5f08da80413a562cc111a470576cf1fe1 /drivers/scsi/cxgbi/cxgb4i
parentcxgbi: update copyright to 2015 (diff)
downloadkernel-qcow2-linux-0ea5bf3dc16c868e302e85d627f885fcf1aa6e81.tar.gz
kernel-qcow2-linux-0ea5bf3dc16c868e302e85d627f885fcf1aa6e81.tar.xz
kernel-qcow2-linux-0ea5bf3dc16c868e302e85d627f885fcf1aa6e81.zip
cxgbi: update driver versions
Change driver version to follow the same format as other Chelsio drivers. Added missing release date back to cxgb4i and version string back to libcxgbi. Signed-off-by: Karen Xie <kxie@chelsio.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/cxgbi/cxgb4i')
-rw-r--r--drivers/scsi/cxgbi/cxgb4i/cxgb4i.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
index 984d09280778..088aba1d2307 100644
--- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
+++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
@@ -36,11 +36,12 @@ static unsigned int dbg_level;
#define DRV_MODULE_NAME "cxgb4i"
#define DRV_MODULE_DESC "Chelsio T4/T5 iSCSI Driver"
-#define DRV_MODULE_VERSION "0.9.4"
+#define DRV_MODULE_VERSION "0.9.5-ko"
+#define DRV_MODULE_RELDATE "Apr. 2015"
static char version[] =
DRV_MODULE_DESC " " DRV_MODULE_NAME
- " v" DRV_MODULE_VERSION "\n";
+ " v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
MODULE_AUTHOR("Chelsio Communications, Inc.");
MODULE_DESCRIPTION(DRV_MODULE_DESC);