diff options
author | Auke Kok <auke\\\-jan.h.kok@intel.com> | 2006-08-28 14:56:16 -0700 |
---|---|---|
committer | Auke Kok <juke-jan.h.kok@intel.com> | 2006-08-28 14:56:16 -0700 |
commit | 8fc897b00a7d81ffaa24e18881c2d6b10698ab0b (patch) | |
tree | 3dac8c72398e8a23228b2a5edd5c926c2a58675d /drivers/net/e1000/e1000.h | |
parent | 699a71238856b19091503c671bac8abb1e3f9a3a (diff) | |
download | talos-op-linux-8fc897b00a7d81ffaa24e18881c2d6b10698ab0b.tar.gz talos-op-linux-8fc897b00a7d81ffaa24e18881c2d6b10698ab0b.zip |
e1000: Whitespace cleanup, cosmetic changes
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net/e1000/e1000.h')
-rw-r--r-- | drivers/net/e1000/e1000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h index d304297c496c..c1107815f22c 100644 --- a/drivers/net/e1000/e1000.h +++ b/drivers/net/e1000/e1000.h @@ -242,7 +242,7 @@ struct e1000_adapter { struct timer_list watchdog_timer; struct timer_list phy_info_timer; struct vlan_group *vlgrp; - uint16_t mng_vlan_id; + uint16_t mng_vlan_id; uint32_t bd_number; uint32_t rx_buffer_len; uint32_t part_num; |