projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a377384
)
i40evf: fix bogus comment
author
Mitch Williams
<
[email protected]
>
Thu, 13 Feb 2014 11:48:50 +0000
(
03:48
-0800)
committer
David S. Miller
<
[email protected]
>
Thu, 13 Feb 2014 22:27:29 +0000
(17:27 -0500)
Locate the structure in the correct header file.
Change-ID: Ic7853131728812093a44a75d6b70953311a48dab
Signed-off-by: Mitch Williams <
[email protected]
>
Signed-off-by: Jesse Brandeburg <
[email protected]
>
Tested-by: Sibai Li <
[email protected]
>
Signed-off-by: Aaron Brown <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/intel/i40evf/i40evf.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/i40evf/i40evf.h
b/drivers/net/ethernet/intel/i40evf/i40evf.h
index 05969b3a59e0a06b29d20453f78649b41c520ee7..37f5877df2a9c7fa58df7aa5966f6225794ea0d7 100644
(file)
--- a/
drivers/net/ethernet/intel/i40evf/i40evf.h
+++ b/
drivers/net/ethernet/intel/i40evf/i40evf.h
@@
-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;