diff options
author | Joe Perches <joe@perches.com> | 2010-03-26 16:16:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-31 02:02:27 -0400 |
commit | 2c73e1fe94b1962ae5df7618519c18526e9d9072 (patch) | |
tree | 4997c483a1a3c50a3afc92c093324e74a8859a2d /drivers/net/e1000e/ich8lan.c | |
parent | c041076a9f79a7cf28e808f73cc76f24cbf97093 (diff) |
e1000e: typo corrections
Here are the other miscellaneous corrections
done by an earlier larger suggested patch now
made unnecessary by a less invasive change.
Correct a few missing newlines from logging
messages and a typo fix. Fix speed/duplex
logging message.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/e1000e/ich8lan.c')
-rw-r--r-- | drivers/net/e1000e/ich8lan.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/e1000e/ich8lan.c b/drivers/net/e1000e/ich8lan.c index 8b5e157e9c87..5059c22155d9 100644 --- a/drivers/net/e1000e/ich8lan.c +++ b/drivers/net/e1000e/ich8lan.c | |||
@@ -1622,7 +1622,7 @@ static s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw) | |||
1622 | /* Check if the flash descriptor is valid */ | 1622 | /* Check if the flash descriptor is valid */ |
1623 | if (hsfsts.hsf_status.fldesvalid == 0) { | 1623 | if (hsfsts.hsf_status.fldesvalid == 0) { |
1624 | e_dbg("Flash descriptor invalid. " | 1624 | e_dbg("Flash descriptor invalid. " |
1625 | "SW Sequencing must be used."); | 1625 | "SW Sequencing must be used.\n"); |
1626 | return -E1000_ERR_NVM; | 1626 | return -E1000_ERR_NVM; |
1627 | } | 1627 | } |
1628 | 1628 | ||
@@ -1671,7 +1671,7 @@ static s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw) | |||
1671 | hsfsts.hsf_status.flcdone = 1; | 1671 | hsfsts.hsf_status.flcdone = 1; |
1672 | ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval); | 1672 | ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval); |
1673 | } else { | 1673 | } else { |
1674 | e_dbg("Flash controller busy, cannot get access"); | 1674 | e_dbg("Flash controller busy, cannot get access\n"); |
1675 | } | 1675 | } |
1676 | } | 1676 | } |
1677 | 1677 | ||
@@ -1822,7 +1822,7 @@ static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, | |||
1822 | continue; | 1822 | continue; |
1823 | } else if (hsfsts.hsf_status.flcdone == 0) { | 1823 | } else if (hsfsts.hsf_status.flcdone == 0) { |
1824 | e_dbg("Timeout error - flash cycle " | 1824 | e_dbg("Timeout error - flash cycle " |
1825 | "did not complete."); | 1825 | "did not complete.\n"); |
1826 | break; | 1826 | break; |
1827 | } | 1827 | } |
1828 | } | 1828 | } |