git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe0982
)
net/ixgbe/base: rename header guard
author
Beilei Xing
<beilei.xing@intel.com>
Thu, 23 Jun 2016 07:22:21 +0000
(15:22 +0800)
committer
Bruce Richardson
<bruce.richardson@intel.com>
Mon, 27 Jun 2016 14:17:53 +0000
(16:17 +0200)
The ixgbe_vf.h file did not use _<FILENAME>_ and instead used
__<FILENAME>__ which is not the standard used in every other file.
Fixes:
af75078fece3
("first public release")
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/ixgbe/base/ixgbe_vf.h
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/base/ixgbe_vf.h
b/drivers/net/ixgbe/base/ixgbe_vf.h
index
411152a
..
9be2cda
100644
(file)
--- a/
drivers/net/ixgbe/base/ixgbe_vf.h
+++ b/
drivers/net/ixgbe/base/ixgbe_vf.h
@@
-31,8
+31,8
@@
POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
-#ifndef _
_IXGBE_VF_H_
_
-#define _
_IXGBE_VF_H_
_
+#ifndef _
IXGBE_VF_H
_
+#define _
IXGBE_VF_H
_
#define IXGBE_VF_IRQ_CLEAR_MASK 7
#define IXGBE_VF_MAX_TX_QUEUES 8