aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2005-11-09 00:36:23 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:08 -0500
commitdcd555ece9a2228d918a439480d748c163a11d00 (patch)
treef304537e8c4eef1c5df558c0e2d648104c64ee77 /drivers/media/video
parent6b96144026e27b9250713f86355e83095204d5f2 (diff)
[PATCH] v4l: 640: fixed typos
- Fixed typos Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/saa7134/saa7134-cards.c2
-rw-r--r--drivers/media/video/saa7134/saa7134-input.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index 088376d3c95b..fea2188b2fa9 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -2142,7 +2142,7 @@ struct saa7134_board saa7134_boards[] = {
2142 }, 2142 },
2143 }, 2143 },
2144 [SAA7134_BOARD_GOTVIEW_7135] = { 2144 [SAA7134_BOARD_GOTVIEW_7135] = {
2145 /* Mike Baikov <lists@baikov.com> */ 2145 /* Mike Baikov <mike@baikov.com> */
2146 /* Andrey Cvetcov <ays14@yandex.ru> */ 2146 /* Andrey Cvetcov <ays14@yandex.ru> */
2147 .name = "GoTView 7135 PCI", 2147 .name = "GoTView 7135 PCI",
2148 .audio_clock = 0x00187de7, 2148 .audio_clock = 0x00187de7,
diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c
index 899abd8ba0d1..c473ddcbd741 100644
--- a/drivers/media/video/saa7134/saa7134-input.c
+++ b/drivers/media/video/saa7134/saa7134-input.c
@@ -403,7 +403,7 @@ static IR_KEYTAB_TYPE manli_codes[IR_KEYTAB_SIZE] = {
403}; 403};
404 404
405 405
406/* Mike Baikov Mike Baikov <lists@baikov.com> */ 406/* Mike Baikov <mike@baikov.com> */
407static IR_KEYTAB_TYPE gotview7135_codes[IR_KEYTAB_SIZE] = { 407static IR_KEYTAB_TYPE gotview7135_codes[IR_KEYTAB_SIZE] = {
408 408
409 [ 33 ] = KEY_POWER, 409 [ 33 ] = KEY_POWER,