diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2008-07-08 18:52:28 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-07-11 01:20:29 -0400 |
commit | 52035bdbe8229c6bffae0be3444924ffbccf6506 (patch) | |
tree | 1631a5ced3a8698e55de0448c962815b70dffd16 /drivers/net/ixgb/ixgb_hw.c | |
parent | 0060c07230ee6a5b070388ae55855c594a3d9132 (diff) |
ixgb: fix spelling errors
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/ixgb/ixgb_hw.c')
-rw-r--r-- | drivers/net/ixgb/ixgb_hw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ixgb/ixgb_hw.c b/drivers/net/ixgb/ixgb_hw.c index d023fb59bf15..3694e8c7b005 100644 --- a/drivers/net/ixgb/ixgb_hw.c +++ b/drivers/net/ixgb/ixgb_hw.c | |||
@@ -371,7 +371,7 @@ ixgb_init_hw(struct ixgb_hw *hw) | |||
371 | * hw - Struct containing variables accessed by shared code | 371 | * hw - Struct containing variables accessed by shared code |
372 | * | 372 | * |
373 | * Places the MAC address in receive address register 0 and clears the rest | 373 | * Places the MAC address in receive address register 0 and clears the rest |
374 | * of the receive addresss registers. Clears the multicast table. Assumes | 374 | * of the receive address registers. Clears the multicast table. Assumes |
375 | * the receiver is in reset when the routine is called. | 375 | * the receiver is in reset when the routine is called. |
376 | *****************************************************************************/ | 376 | *****************************************************************************/ |
377 | static void | 377 | static void |
@@ -964,7 +964,7 @@ ixgb_check_for_link(struct ixgb_hw *hw) | |||
964 | } | 964 | } |
965 | 965 | ||
966 | /****************************************************************************** | 966 | /****************************************************************************** |
967 | * Check for a bad link condition that may have occured. | 967 | * Check for a bad link condition that may have occurred. |
968 | * The indication is that the RFC / LFC registers may be incrementing | 968 | * The indication is that the RFC / LFC registers may be incrementing |
969 | * continually. A full adapter reset is required to recover. | 969 | * continually. A full adapter reset is required to recover. |
970 | * | 970 | * |