aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/shdma.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-01-19 09:36:38 -0500
committerJiri Kosina <jkosina@suse.cz>2011-01-19 09:37:19 -0500
commit5a3a7658863f74f28cef53b9336bff7423659801 (patch)
tree9422c16705938f011ec97d6255e90218bc9b52eb /drivers/dma/shdma.c
parent7044882ef231201ed84e14b766d948d4c6b46f82 (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/dma/shdma.c')
-rw-r--r--drivers/dma/shdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/shdma.c b/drivers/dma/shdma.c
index 28720d3103c4..6451b581a70b 100644
--- a/drivers/dma/shdma.c
+++ b/drivers/dma/shdma.c
@@ -750,7 +750,7 @@ static void sh_chan_xfer_ld_queue(struct sh_dmae_chan *sh_chan)
750 return; 750 return;
751 } 751 }
752 752
753 /* Find the first not transferred desciptor */ 753 /* Find the first not transferred descriptor */
754 list_for_each_entry(desc, &sh_chan->ld_queue, node) 754 list_for_each_entry(desc, &sh_chan->ld_queue, node)
755 if (desc->mark == DESC_SUBMITTED) { 755 if (desc->mark == DESC_SUBMITTED) {
756 dev_dbg(sh_chan->dev, "Queue #%d to %d: %u@%x -> %x\n", 756 dev_dbg(sh_chan->dev, "Queue #%d to %d: %u@%x -> %x\n",