diff options
Diffstat (limited to 'drivers/net/sungem.h')
-rw-r--r-- | drivers/net/sungem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sungem.h b/drivers/net/sungem.h index 19905460def6..bfb6683a1443 100644 --- a/drivers/net/sungem.h +++ b/drivers/net/sungem.h | |||
@@ -843,7 +843,7 @@ struct gem_txd { | |||
843 | 843 | ||
844 | /* GEM requires that RX descriptors are provided four at a time, | 844 | /* GEM requires that RX descriptors are provided four at a time, |
845 | * aligned. Also, the RX ring may not wrap around. This means that | 845 | * aligned. Also, the RX ring may not wrap around. This means that |
846 | * there will be at least 4 unused desciptor entries in the middle | 846 | * there will be at least 4 unused descriptor entries in the middle |
847 | * of the RX ring at all times. | 847 | * of the RX ring at all times. |
848 | * | 848 | * |
849 | * Similar to HME, GEM assumes that it can write garbage bytes before | 849 | * Similar to HME, GEM assumes that it can write garbage bytes before |