diff options
author | David Ertman <davidx.m.ertman@intel.com> | 2014-04-05 02:07:00 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2014-04-23 04:05:08 -0400 |
commit | 6cf08d1c50872acb6c8400567b1df2d02a03e58d (patch) | |
tree | b5f7afa11cd7b3652d9b8302ebe538d5ddccce37 /drivers/net/ethernet/intel/e1000e/phy.c | |
parent | 3992c8ed48be25a37f6dd04a9c46a4504674546a (diff) |
e1000e: Cleanup to fix checkpatch missing blank lines
Fixing "WARNING:SPACING: networking uses a blank line after declarations"
Signed-off-by: Dave Ertman <davidx.m.ertman@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e/phy.c')
-rw-r--r-- | drivers/net/ethernet/intel/e1000e/phy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/phy.c b/drivers/net/ethernet/intel/e1000e/phy.c index 00b3fc98bf30..b2005e13fb01 100644 --- a/drivers/net/ethernet/intel/e1000e/phy.c +++ b/drivers/net/ethernet/intel/e1000e/phy.c | |||
@@ -2896,6 +2896,7 @@ static s32 __e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data, | |||
2896 | (hw->phy.addr == 2) && | 2896 | (hw->phy.addr == 2) && |
2897 | !(MAX_PHY_REG_ADDRESS & reg) && (data & (1 << 11))) { | 2897 | !(MAX_PHY_REG_ADDRESS & reg) && (data & (1 << 11))) { |
2898 | u16 data2 = 0x7EFF; | 2898 | u16 data2 = 0x7EFF; |
2899 | |||
2899 | ret_val = e1000_access_phy_debug_regs_hv(hw, | 2900 | ret_val = e1000_access_phy_debug_regs_hv(hw, |
2900 | (1 << 6) | 0x3, | 2901 | (1 << 6) | 0x3, |
2901 | &data2, false); | 2902 | &data2, false); |