diff options
author | Ronak Doshi <doshir@vmware.com> | 2020-05-28 23:53:19 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-29 01:26:48 +0200 |
commit | 123db31d01219a4f794f3769e7bca6649d65ecb1 (patch) | |
tree | bc0a6fd7ab0e88217dacab2f495377f827aaeac7 /drivers/net/vmxnet3/Makefile | |
parent | sfc: avoid an unused-variable warning (diff) | |
download | linux-123db31d01219a4f794f3769e7bca6649d65ecb1.tar.xz linux-123db31d01219a4f794f3769e7bca6649d65ecb1.zip |
vmxnet3: prepare for version 4 changes
vmxnet3 is currently at version 3 and this patch initiates the
preparation to accommodate changes for version 4. Introduced utility
macros for vmxnet3 version 4 comparison and update Copyright
information.
Signed-off-by: Ronak Doshi <doshir@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vmxnet3/Makefile')
-rw-r--r-- | drivers/net/vmxnet3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/vmxnet3/Makefile b/drivers/net/vmxnet3/Makefile index 8cdbb63d1bb0..c5a167a1c85c 100644 --- a/drivers/net/vmxnet3/Makefile +++ b/drivers/net/vmxnet3/Makefile @@ -2,7 +2,7 @@ # # Linux driver for VMware's vmxnet3 ethernet NIC. # -# Copyright (C) 2007-2016, VMware, Inc. All Rights Reserved. +# Copyright (C) 2007-2020, VMware, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the |