summaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
diff options
context:
space:
mode:
authorSebastian Siewior2008-04-22 00:38:45 +0200
committerJesper Juhl2008-04-22 00:38:45 +0200
commit8a5703f846e2363fc466aff3f53608340a1ae33f (patch)
treeb229bba81473078275ff811254bf23f640f85e09 /include/linux/dmaengine.h
parentRemove unused MAX_NODES_SHIFT (diff)
downloadkernel-qcow2-linux-8a5703f846e2363fc466aff3f53608340a1ae33f.tar.gz
kernel-qcow2-linux-8a5703f846e2363fc466aff3f53608340a1ae33f.tar.xz
kernel-qcow2-linux-8a5703f846e2363fc466aff3f53608340a1ae33f.zip
DMA engine: typo fixes
Spelling fixes for dmaengine.[ch] Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de> Acked-by: Maciej Sosnowski <maciej.sosnowski@intel.com> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r--include/linux/dmaengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index b4d84ed6187d..d08a5c5eb928 100644
--- a/include/linux/dmaengine.h
+++ b/include/linux/dmaengine.h
@@ -404,7 +404,7 @@ static inline enum dma_status dma_async_is_tx_complete(struct dma_chan *chan,
* @last_used: last cookie value handed out
*
* dma_async_is_complete() is used in dma_async_memcpy_complete()
- * the test logic is seperated for lightweight testing of multiple cookies
+ * the test logic is separated for lightweight testing of multiple cookies
*/
static inline enum dma_status dma_async_is_complete(dma_cookie_t cookie,
dma_cookie_t last_complete, dma_cookie_t last_used)