summaryrefslogtreecommitdiff
path: root/linux/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-02-17 10:11:12 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-02-17 10:11:12 -0300
commitb598952580418f91c7bd0dc9d42802a052e84a6e (patch)
treede237e1bf0e48633f0ae400b4edf3d151223d251 /linux/include/media
parente63d9cf5d9e5f269f241490e6e190e8f4d92a5d0 (diff)
downloadmediapointer-dvb-s2-b598952580418f91c7bd0dc9d42802a052e84a6e.tar.gz
mediapointer-dvb-s2-b598952580418f91c7bd0dc9d42802a052e84a6e.tar.bz2
backport include changes on some .h files
From: Mauro Carvalho Chehab <mchehab@redhat.com> kernel-sync: Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include/media')
-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 ...)
*