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

e1000e: Update driver version number

Version bump to 1.11.3-k.

Signed-off-by: Matthew Vick <matthew.vick@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

authored by

Matthew Vick and committed by
Jeff Kirsher
d02c70a8 f1925088

+1 -1
+1 -1
drivers/net/ethernet/intel/e1000e/netdev.c
··· 56 56 57 57 #define DRV_EXTRAVERSION "-k" 58 58 59 - #define DRV_VERSION "1.10.6" DRV_EXTRAVERSION 59 + #define DRV_VERSION "1.11.3" DRV_EXTRAVERSION 60 60 char e1000e_driver_name[] = "e1000e"; 61 61 const char e1000e_driver_version[] = DRV_VERSION; 62 62