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/82571.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/82571.c')
-rw-r--r-- | drivers/net/e1000e/82571.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000e/82571.c b/drivers/net/e1000e/82571.c index 712ccc66ba25..4b0016d69530 100644 --- a/drivers/net/e1000e/82571.c +++ b/drivers/net/e1000e/82571.c | |||
@@ -323,7 +323,7 @@ static s32 e1000_init_mac_params_82571(struct e1000_adapter *adapter) | |||
323 | } | 323 | } |
324 | 324 | ||
325 | /* | 325 | /* |
326 | * Initialze device specific counter of SMBI acquisition | 326 | * Initialize device specific counter of SMBI acquisition |
327 | * timeouts. | 327 | * timeouts. |
328 | */ | 328 | */ |
329 | hw->dev_spec.e82571.smb_counter = 0; | 329 | hw->dev_spec.e82571.smb_counter = 0; |