Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 708e8c24 authored by Mitch Williams's avatar Mitch Williams Committed by David S. Miller
Browse files

i40evf: fix bogus comment



Locate the structure in the correct header file.

Change-ID: Ic7853131728812093a44a75d6b70953311a48dab
Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: default avatarSibai Li <sibai.li@intel.com>
Signed-off-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a377384a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -236,8 +236,7 @@ struct i40evf_adapter {
	struct pci_dev *pdev;
	struct net_device_stats net_stats;

	/* structs defined in i40e_vf.h */
	struct i40e_hw hw;
	struct i40e_hw hw; /* defined in i40e_type.h */

	enum i40evf_state_t state;
	volatile unsigned long crit_section;