diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-01-19 09:36:38 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-19 09:37:19 -0500 |
commit | 5a3a7658863f74f28cef53b9336bff7423659801 (patch) | |
tree | 9422c16705938f011ec97d6255e90218bc9b52eb /drivers/net | |
parent | 7044882ef231201ed84e14b766d948d4c6b46f82 (diff) |
Comment typo fixes for 'descriptor'
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/atl1c/atl1c.h | 4 | ||||
-rw-r--r-- | drivers/net/sungem.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/atl1c/atl1c.h b/drivers/net/atl1c/atl1c.h index 9ab58097fa2e..7cb375e0e29c 100644 --- a/drivers/net/atl1c/atl1c.h +++ b/drivers/net/atl1c/atl1c.h | |||
@@ -265,7 +265,7 @@ struct atl1c_recv_ret_status { | |||
265 | __le32 word3; | 265 | __le32 word3; |
266 | }; | 266 | }; |
267 | 267 | ||
268 | /* RFD desciptor */ | 268 | /* RFD descriptor */ |
269 | struct atl1c_rx_free_desc { | 269 | struct atl1c_rx_free_desc { |
270 | __le64 buffer_addr; | 270 | __le64 buffer_addr; |
271 | }; | 271 | }; |
@@ -531,7 +531,7 @@ struct atl1c_rfd_ring { | |||
531 | struct atl1c_buffer *buffer_info; | 531 | struct atl1c_buffer *buffer_info; |
532 | }; | 532 | }; |
533 | 533 | ||
534 | /* receive return desciptor (rrd) ring */ | 534 | /* receive return descriptor (rrd) ring */ |
535 | struct atl1c_rrd_ring { | 535 | struct atl1c_rrd_ring { |
536 | void *desc; /* descriptor ring virtual address */ | 536 | void *desc; /* descriptor ring virtual address */ |
537 | dma_addr_t dma; /* descriptor ring physical address */ | 537 | dma_addr_t dma; /* descriptor ring physical address */ |
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 |