mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/7] dma/shdma.c Typo change desciptor to descriptor.
@ 2010-12-31 17:38 Justin P. Mattock
  2011-01-19 14:38 ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Justin P. Mattock @ 2010-12-31 17:38 UTC (permalink / raw)
  To: trivial; +Cc: dan.j.williams, 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/dma/shdma.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/dma/shdma.c b/drivers/dma/shdma.c
index 85ffd5e..72d25d9 100644
--- a/drivers/dma/shdma.c
+++ b/drivers/dma/shdma.c
@@ -740,7 +740,7 @@ static void sh_chan_xfer_ld_queue(struct sh_dmae_chan *sh_chan)
 		return;
 	}
 
-	/* Find the first not transferred desciptor */
+	/* Find the first not transferred descriptor */
 	list_for_each_entry(desc, &sh_chan->ld_queue, node)
 		if (desc->mark == DESC_SUBMITTED) {
 			dev_dbg(sh_chan->dev, "Queue #%d to %d: %u@%x -> %x\n",
-- 
1.6.5.2.180.gc5b3e


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-19 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-31 17:38 [PATCH 1/7] dma/shdma.c Typo change desciptor to descriptor Justin P. Mattock
2011-01-19 14:38 ` Jiri Kosina
2011-01-19 15:16   ` Justin Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®