* [PATCH 3/7] net/atl1c/atl1c.h Typo change desciptor to descriptor.
@ 2010-12-31 17:39 Justin P. Mattock
0 siblings, 0 replies; only message in thread
From: Justin P. Mattock @ 2010-12-31 17:39 UTC (permalink / raw)
To: trivial; +Cc: netdev, linux-kernel, Justin P. Mattock
Below is a patch, that changes a typo from "desciptor" to "descriptor".
Let me know if I missed anything.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
drivers/net/atl1c/atl1c.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/atl1c/atl1c.h b/drivers/net/atl1c/atl1c.h
index 9ab5809..7cb375e 100644
--- a/drivers/net/atl1c/atl1c.h
+++ b/drivers/net/atl1c/atl1c.h
@@ -265,7 +265,7 @@ struct atl1c_recv_ret_status {
__le32 word3;
};
-/* RFD desciptor */
+/* RFD descriptor */
struct atl1c_rx_free_desc {
__le64 buffer_addr;
};
@@ -531,7 +531,7 @@ struct atl1c_rfd_ring {
struct atl1c_buffer *buffer_info;
};
-/* receive return desciptor (rrd) ring */
+/* receive return descriptor (rrd) ring */
struct atl1c_rrd_ring {
void *desc; /* descriptor ring virtual address */
dma_addr_t dma; /* descriptor ring physical address */
--
1.6.5.2.180.gc5b3e
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-31 17:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-31 17:39 [PATCH 3/7] net/atl1c/atl1c.h Typo change desciptor to descriptor Justin P. Mattock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).