[PATCH 01/17]drivers:dma:timb_dma.c Remove one to many n's in a word.

From: Justin P. Mattock
Date: Sat Feb 26 2011 - 23:36:58 EST


The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>
CC: Vinod Koul <vinod.koul@xxxxxxxxx>
CC: Dan Williams <dan.j.williams@xxxxxxxxx>

---
drivers/dma/timb_dma.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c
index 3b88a4e..f69f90a 100644
--- a/drivers/dma/timb_dma.c
+++ b/drivers/dma/timb_dma.c
@@ -629,7 +629,7 @@ static int td_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd,
desc_node)
list_move(&td_desc->desc_node, &td_chan->free_list);

- /* now tear down the runnning */
+ /* now tear down the running */
__td_finish(td_chan);
spin_unlock_bh(&td_chan->lock);

--
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/