summaryrefslogtreecommitdiff
path: root/linux/include/media/videobuf-dma-sg.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-02-18 09:49:37 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-02-18 09:49:37 -0300
commitc0d72775f8fc3a3e551f233b3501ccf1ca23fe2a (patch)
tree7c6041245a371290256761f0bd627420e6dbb593 /linux/include/media/videobuf-dma-sg.h
parentb25818a3a4e324f54c59786922c73867af099253 (diff)
parent538850e6819a36200323bf1469eb8544e4f4e0c6 (diff)
downloadmediapointer-dvb-s2-c0d72775f8fc3a3e551f233b3501ccf1ca23fe2a.tar.gz
mediapointer-dvb-s2-c0d72775f8fc3a3e551f233b3501ccf1ca23fe2a.tar.bz2
merge: http://linuxtv.org/hg/~pinchartl/uvcvideo/
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include/media/videobuf-dma-sg.h')
-rw-r--r--linux/include/media/videobuf-dma-sg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/media/videobuf-dma-sg.h b/linux/include/media/videobuf-dma-sg.h
index 90edd22d3..dda47f008 100644
--- a/linux/include/media/videobuf-dma-sg.h
+++ b/linux/include/media/videobuf-dma-sg.h
@@ -49,7 +49,7 @@ struct scatterlist* videobuf_pages_to_sg(struct page **pages, int nr_pages,
* does memory allocation too using vmalloc_32().
*
* videobuf_dma_*()
- * see Documentation/DMA-mapping.txt, these functions to
+ * see Documentation/PCI/PCI-DMA-mapping.txt, these functions to
* basically the same. The map function does also build a
* scatterlist for the buffer (and unmap frees it ...)
*