Skip to content

Commit 50f26a5

Browse files
Catherine SullivanJeff Kirsher
authored andcommitted
i40e/i40evf: Bump patch from 1.4.25 to 1.5.1
Signed-off-by: Catherine Sullivan <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 55f7d72 commit 50f26a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/net/ethernet/intel/i40e/i40e_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ static const char i40e_driver_string[] =
4545
#define DRV_KERN "-k"
4646

4747
#define DRV_VERSION_MAJOR 1
48-
#define DRV_VERSION_MINOR 4
49-
#define DRV_VERSION_BUILD 25
48+
#define DRV_VERSION_MINOR 5
49+
#define DRV_VERSION_BUILD 1
5050
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
5151
__stringify(DRV_VERSION_MINOR) "." \
5252
__stringify(DRV_VERSION_BUILD) DRV_KERN

drivers/net/ethernet/intel/i40evf/i40evf_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ static const char i40evf_driver_string[] =
3737
#define DRV_KERN "-k"
3838

3939
#define DRV_VERSION_MAJOR 1
40-
#define DRV_VERSION_MINOR 4
41-
#define DRV_VERSION_BUILD 15
40+
#define DRV_VERSION_MINOR 5
41+
#define DRV_VERSION_BUILD 1
4242
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
4343
__stringify(DRV_VERSION_MINOR) "." \
4444
__stringify(DRV_VERSION_BUILD) \

0 commit comments

Comments
 (0)