Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] be2iscsi: Bump the driver Version

Signed-off-by: Minh Tran <MinhDuc.Tran@Emulex.Com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

authored by

Jayamohan Kallickal and committed by
James Bottomley
76d15dbd 2f635883

+2 -1
+1
drivers/scsi/be2iscsi/be_main.c
··· 48 48 49 49 MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table); 50 50 MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR); 51 + MODULE_VERSION(BUILD_STR); 51 52 MODULE_AUTHOR("Emulex Corporation"); 52 53 MODULE_LICENSE("GPL"); 53 54 module_param(be_iopoll_budget, int, 0);
+1 -1
drivers/scsi/be2iscsi/be_main.h
··· 34 34 35 35 #include "be.h" 36 36 #define DRV_NAME "be2iscsi" 37 - #define BUILD_STR "4.1.239.0" 37 + #define BUILD_STR "4.2.162.0" 38 38 #define BE_NAME "Emulex OneConnect" \ 39 39 "Open-iSCSI Driver version" BUILD_STR 40 40 #define DRV_DESC BE_NAME " " "Driver"