diff options
| author | Alice Michael <[email protected]> | 2019-05-28 17:59:21 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2019-06-26 16:18:54 +0000 |
| commit | 559ac25c89adaaed4238c9909fa7f729c91b1f16 (patch) | |
| tree | 9ce4dfa509f9dec66281a7dd5277a9ac3078cde8 | |
| parent | i40e: Fix descriptor count manipulation (diff) | |
| download | kernel-559ac25c89adaaed4238c9909fa7f729c91b1f16.tar.gz kernel-559ac25c89adaaed4238c9909fa7f729c91b1f16.zip | |
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 <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
| -rw-r--r-- | drivers/net/ethernet/intel/i40e/i40e_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c index ff1525e0dc3d..8b0c29b7809b 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_main.c +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c @@ -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); |
