aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2005-11-08 21:37:05 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:56:14 -0800
commit3375c39844b58ad8a5d9f454fa908d722a94a5a4 (patch)
tree8f97ed47d2eb8643faa67b75d781504a24c7005a /drivers/media/video/tda9887.c
parent5f7591c04f3797694e331a31d00317ae4acb9af0 (diff)
[PATCH] v4l: 714: fix typo
- Fix typo. 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/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index 10f14bc23ed..ba22f12e8b3 100644
--- a/drivers/media/video/tda9887.c
+++ b/drivers/media/video/tda9887.c
@@ -180,7 +180,7 @@ static struct tvnorm tvnorms[] = {
.name = "SECAM-L",
.b = ( cPositiveAmTV |
cQSS ),
- .e = ( cGaiting_36 |
+ .e = ( cGating_36 |
cAudioIF_6_5 |
cVideoIF_38_90 ),
},{
@@ -330,7 +330,7 @@ static void dump_write_message(unsigned char *buf)
printk(PREFIX "write: byte E 0x%02x\n",buf[3]);
printk(" E0-1 sound carrier : %s\n",
carrier[(buf[3] & 0x03)]);
- printk(" E6 l pll gaiting : %s\n",
+ printk(" E6 l pll gating : %s\n",
(buf[3] & 0x40) ? "36" : "13");
if (buf[1] & 0x08) {