Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (8340): videobuf: Fix gather spelling

Use "scatter gather" instead of "scatter gatter".

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Magnus Damm and committed by
Mauro Carvalho Chehab
5d6aaf50 b15cf1fc

+4 -4
+1 -1
drivers/media/video/videobuf-dma-sg.c
··· 1 1 /* 2 2 * helper functions for SG DMA video4linux capture buffers 3 3 * 4 - * The functions expect the hardware being able to scatter gatter 4 + * The functions expect the hardware being able to scatter gather 5 5 * (i.e. the buffers are not linear in physical memory, but fragmented 6 6 * into PAGE_SIZE chunks). They also assume the driver does not need 7 7 * to touch the video data.
+1 -1
drivers/media/video/videobuf-vmalloc.c
··· 1 1 /* 2 2 * helper functions for vmalloc video4linux capture buffers 3 3 * 4 - * The functions expect the hardware being able to scatter gatter 4 + * The functions expect the hardware being able to scatter gather 5 5 * (i.e. the buffers are not linear in physical memory, but fragmented 6 6 * into PAGE_SIZE chunks). They also assume the driver does not need 7 7 * to touch the video data.
+1 -1
include/media/videobuf-dma-sg.h
··· 1 1 /* 2 2 * helper functions for SG DMA video4linux capture buffers 3 3 * 4 - * The functions expect the hardware being able to scatter gatter 4 + * The functions expect the hardware being able to scatter gather 5 5 * (i.e. the buffers are not linear in physical memory, but fragmented 6 6 * into PAGE_SIZE chunks). They also assume the driver does not need 7 7 * to touch the video data.
+1 -1
include/media/videobuf-vmalloc.h
··· 1 1 /* 2 2 * helper functions for vmalloc capture buffers 3 3 * 4 - * The functions expect the hardware being able to scatter gatter 4 + * The functions expect the hardware being able to scatter gather 5 5 * (i.e. the buffers are not linear in physical memory, but fragmented 6 6 * into PAGE_SIZE chunks). They also assume the driver does not need 7 7 * to touch the video data.