net/ixgbe/base: rename header guard
The ixgbe_vf.h file did not use _<FILENAME>_ and instead used
__<FILENAME>__ which is not the standard used in every other file.
Fixes: af75078fec
("first public release")
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
This commit is contained in:
parent
4fe0982ee7
commit
d20977088c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user