diff options
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, |