diff options
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 | * |