diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 03:57:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 17:10:22 -0400 |
commit | d6dbee861386cd3f4cee62bcf28597e63e251e0c (patch) | |
tree | 191bf8cf781719d30732f48d27393d7b41978d14 /drivers/net/e1000 | |
parent | c2bb1b9c7e862ecca2ffb20b1457034d2c401845 (diff) |
net/intel: remove trailing space in messages
Includes one minor indentation fix to placate checkpatch.
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: e1000-devel@lists.sourceforge.net
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/e1000')
-rw-r--r-- | drivers/net/e1000/e1000_hw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/e1000/e1000_hw.c b/drivers/net/e1000/e1000_hw.c index 8d7d87f12827..e2b6e6e7ba6a 100644 --- a/drivers/net/e1000/e1000_hw.c +++ b/drivers/net/e1000/e1000_hw.c | |||
@@ -990,7 +990,7 @@ static s32 e1000_copper_link_preconfig(struct e1000_hw *hw) | |||
990 | DEBUGOUT("Error, did not detect valid phy.\n"); | 990 | DEBUGOUT("Error, did not detect valid phy.\n"); |
991 | return ret_val; | 991 | return ret_val; |
992 | } | 992 | } |
993 | DEBUGOUT1("Phy ID = %x \n", hw->phy_id); | 993 | DEBUGOUT1("Phy ID = %x\n", hw->phy_id); |
994 | 994 | ||
995 | /* Set PHY to class A mode (if necessary) */ | 995 | /* Set PHY to class A mode (if necessary) */ |
996 | ret_val = e1000_set_phy_mode(hw); | 996 | ret_val = e1000_set_phy_mode(hw); |
@@ -1680,7 +1680,7 @@ static s32 e1000_phy_force_speed_duplex(struct e1000_hw *hw) | |||
1680 | if (ret_val) | 1680 | if (ret_val) |
1681 | return ret_val; | 1681 | return ret_val; |
1682 | 1682 | ||
1683 | DEBUGOUT1("M88E1000 PSCR: %x \n", phy_data); | 1683 | DEBUGOUT1("M88E1000 PSCR: %x\n", phy_data); |
1684 | 1684 | ||
1685 | /* Need to reset the PHY or these changes will be ignored */ | 1685 | /* Need to reset the PHY or these changes will be ignored */ |
1686 | mii_ctrl_reg |= MII_CR_RESET; | 1686 | mii_ctrl_reg |= MII_CR_RESET; |