mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
i40e: update copyright string
It was found that the string that prints our copyright was not up to date. Updating to reflect our copyright. Signed-off-by: Alice Michael <alice.michael@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
15369ac3e3
commit
559ac25c89
@ -32,7 +32,7 @@ static const char i40e_driver_string[] =
|
||||
__stringify(DRV_VERSION_MINOR) "." \
|
||||
__stringify(DRV_VERSION_BUILD) DRV_KERN
|
||||
const char i40e_driver_version_str[] = DRV_VERSION;
|
||||
static const char i40e_copyright[] = "Copyright (c) 2013 - 2014 Intel Corporation.";
|
||||
static const char i40e_copyright[] = "Copyright (c) 2013 - 2019 Intel Corporation.";
|
||||
|
||||
/* a bit of forward declarations */
|
||||
static void i40e_vsi_reinit_locked(struct i40e_vsi *vsi);
|
||||
|
Loading…
Reference in New Issue
Block a user