e1000e: cleanup whitespace
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
5ea94e7686
commit
e80bd1d181
8 changed files with 124 additions and 126 deletions
|
@ -7034,7 +7034,6 @@ static void __exit e1000_exit_module(void)
|
||||||
}
|
}
|
||||||
module_exit(e1000_exit_module);
|
module_exit(e1000_exit_module);
|
||||||
|
|
||||||
|
|
||||||
MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
|
MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
|
||||||
MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
|
MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
|
@ -117,7 +117,6 @@ static u16 e1000_shift_in_eec_bits(struct e1000_hw *hw, u16 count)
|
||||||
u16 data;
|
u16 data;
|
||||||
|
|
||||||
eecd = er32(EECD);
|
eecd = er32(EECD);
|
||||||
|
|
||||||
eecd &= ~(E1000_EECD_DO | E1000_EECD_DI);
|
eecd &= ~(E1000_EECD_DO | E1000_EECD_DI);
|
||||||
data = 0;
|
data = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue