The patch number 8340 was added via Magnus Damm <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ videobuf: Fix gather spelling Use "scatter gather" instead of "scatter gatter". Signed-off-by: Magnus Damm <[EMAIL PROTECTED]> Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> --- drivers/media/video/videobuf-dma-sg.c | 2 +- drivers/media/video/videobuf-vmalloc.c | 2 +- include/media/videobuf-dma-sg.h | 2 +- include/media/videobuf-vmalloc.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) --- linux/drivers/media/video/videobuf-dma-sg.c | 2 +- linux/drivers/media/video/videobuf-vmalloc.c | 2 +- linux/include/media/videobuf-dma-sg.h | 2 +- linux/include/media/videobuf-vmalloc.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff -r 90512e5899ae -r 9473ff569dd9 linux/drivers/media/video/videobuf-dma-sg.c --- a/linux/drivers/media/video/videobuf-dma-sg.c Fri Jul 11 23:03:25 2008 +0200 +++ b/linux/drivers/media/video/videobuf-dma-sg.c Wed Jul 16 23:27:49 2008 +0200 @@ -1,7 +1,7 @@ /* * helper functions for SG DMA video4linux capture buffers * - * The functions expect the hardware being able to scatter gatter + * The functions expect the hardware being able to scatter gather * (i.e. the buffers are not linear in physical memory, but fragmented * into PAGE_SIZE chunks). They also assume the driver does not need * to touch the video data. diff -r 90512e5899ae -r 9473ff569dd9 linux/drivers/media/video/videobuf-vmalloc.c --- a/linux/drivers/media/video/videobuf-vmalloc.c Fri Jul 11 23:03:25 2008 +0200 +++ b/linux/drivers/media/video/videobuf-vmalloc.c Wed Jul 16 23:27:49 2008 +0200 @@ -1,7 +1,7 @@ /* * helper functions for vmalloc video4linux capture buffers * - * The functions expect the hardware being able to scatter gatter + * The functions expect the hardware being able to scatter gather * (i.e. the buffers are not linear in physical memory, but fragmented * into PAGE_SIZE chunks). They also assume the driver does not need * to touch the video data. diff -r 90512e5899ae -r 9473ff569dd9 linux/include/media/videobuf-dma-sg.h --- a/linux/include/media/videobuf-dma-sg.h Fri Jul 11 23:03:25 2008 +0200 +++ b/linux/include/media/videobuf-dma-sg.h Wed Jul 16 23:27:49 2008 +0200 @@ -1,7 +1,7 @@ /* * helper functions for SG DMA video4linux capture buffers * - * The functions expect the hardware being able to scatter gatter + * The functions expect the hardware being able to scatter gather * (i.e. the buffers are not linear in physical memory, but fragmented * into PAGE_SIZE chunks). They also assume the driver does not need * to touch the video data. diff -r 90512e5899ae -r 9473ff569dd9 linux/include/media/videobuf-vmalloc.h --- a/linux/include/media/videobuf-vmalloc.h Fri Jul 11 23:03:25 2008 +0200 +++ b/linux/include/media/videobuf-vmalloc.h Wed Jul 16 23:27:49 2008 +0200 @@ -1,7 +1,7 @@ /* * helper functions for vmalloc capture buffers * - * The functions expect the hardware being able to scatter gatter + * The functions expect the hardware being able to scatter gather * (i.e. the buffers are not linear in physical memory, but fragmented * into PAGE_SIZE chunks). They also assume the driver does not need * to touch the video data. --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/9473ff569dd9656e672121391c55ea2d7b31bf09 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits