1
0
Fork 0

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>
wifi-calibration
Magnus Damm 2008-07-16 21:27:49 -03:00 committed by Mauro Carvalho Chehab
parent b15cf1fcce
commit 5d6aaf50e2
4 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.