diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-04 10:37:53 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 11:57:12 -0400 |
commit | d73111c6d43f08d697a3d986fe3bd8ca796a2096 (patch) | |
tree | 37d2c0e7e75c461ce4fa333ed5c7a1d74f2d9ff3 /drivers/dma/at_hdmac.c | |
parent | 886db6acf468bb6684e936a5456d470c69a75ef8 (diff) |
dma: fix comments
Correct spelling typo in drivers/dma.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/dma/at_hdmac.c')
-rw-r--r-- | drivers/dma/at_hdmac.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c index 7292aa87b2dd..7efd763acb31 100644 --- a/drivers/dma/at_hdmac.c +++ b/drivers/dma/at_hdmac.c | |||
@@ -169,9 +169,9 @@ static void atc_desc_put(struct at_dma_chan *atchan, struct at_desc *desc) | |||
169 | } | 169 | } |
170 | 170 | ||
171 | /** | 171 | /** |
172 | * atc_desc_chain - build chain adding a descripor | 172 | * atc_desc_chain - build chain adding a descriptor |
173 | * @first: address of first descripor of the chain | 173 | * @first: address of first descriptor of the chain |
174 | * @prev: address of previous descripor of the chain | 174 | * @prev: address of previous descriptor of the chain |
175 | * @desc: descriptor to queue | 175 | * @desc: descriptor to queue |
176 | * | 176 | * |
177 | * Called from prep_* functions | 177 | * Called from prep_* functions |
@@ -786,7 +786,7 @@ err_out: | |||
786 | } | 786 | } |
787 | 787 | ||
788 | /** | 788 | /** |
789 | * atc_dma_cyclic_fill_desc - Fill one period decriptor | 789 | * atc_dma_cyclic_fill_desc - Fill one period descriptor |
790 | */ | 790 | */ |
791 | static int | 791 | static int |
792 | atc_dma_cyclic_fill_desc(struct dma_chan *chan, struct at_desc *desc, | 792 | atc_dma_cyclic_fill_desc(struct dma_chan *chan, struct at_desc *desc, |