Skip to content

Commit

Permalink
V4L/DVB (8340): videobuf: Fix gather spelling
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent b15cf1f commit 5d6aaf5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/videobuf-dma-sg.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/video/videobuf-vmalloc.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion include/media/videobuf-dma-sg.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion include/media/videobuf-vmalloc.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5d6aaf5

Please sign in to comment.