Commit 5d6aaf50 authored by Magnus Damm's avatar Magnus Damm Committed by Mauro Carvalho Chehab

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

Use "scatter gather" instead of "scatter gatter".
Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@pengutronix.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent b15cf1fc
/* /*
* helper functions for SG DMA video4linux capture buffers * 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 * (i.e. the buffers are not linear in physical memory, but fragmented
* into PAGE_SIZE chunks). They also assume the driver does not need * into PAGE_SIZE chunks). They also assume the driver does not need
* to touch the video data. * to touch the video data.
......
/* /*
* helper functions for vmalloc video4linux capture buffers * 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 * (i.e. the buffers are not linear in physical memory, but fragmented
* into PAGE_SIZE chunks). They also assume the driver does not need * into PAGE_SIZE chunks). They also assume the driver does not need
* to touch the video data. * to touch the video data.
......
/* /*
* helper functions for SG DMA video4linux capture buffers * 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 * (i.e. the buffers are not linear in physical memory, but fragmented
* into PAGE_SIZE chunks). They also assume the driver does not need * into PAGE_SIZE chunks). They also assume the driver does not need
* to touch the video data. * to touch the video data.
......
/* /*
* helper functions for vmalloc capture buffers * 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 * (i.e. the buffers are not linear in physical memory, but fragmented
* into PAGE_SIZE chunks). They also assume the driver does not need * into PAGE_SIZE chunks). They also assume the driver does not need
* to touch the video data. * to touch the video data.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment