diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-18 09:49:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-18 09:49:37 -0300 |
commit | c0d72775f8fc3a3e551f233b3501ccf1ca23fe2a (patch) | |
tree | 7c6041245a371290256761f0bd627420e6dbb593 /linux/include/media/videobuf-dma-sg.h | |
parent | b25818a3a4e324f54c59786922c73867af099253 (diff) | |
parent | 538850e6819a36200323bf1469eb8544e4f4e0c6 (diff) | |
download | mediapointer-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.h | 2 |
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 ...) * |