diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-10-15 14:47:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 17:25:11 -0300 |
commit | 2a1d245b70f3f966f96767aaea1a2db6823e2f6e (patch) | |
tree | b783f81c10fdbe5e4baa8e56436a770d95aea7d5 | |
parent | def52393205cbd22b0b4a59096db2a0dcc72cd0a (diff) | |
download | op-kernel-dev-2a1d245b70f3f966f96767aaea1a2db6823e2f6e.zip op-kernel-dev-2a1d245b70f3f966f96767aaea1a2db6823e2f6e.tar.gz |
V4L/DVB (9240): saa7127: Fix two typos
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/saa7127.c | 2 | ||||
-rw-r--r-- | include/linux/i2c-id.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c index d0e83fe..cc02fb1 100644 --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa7127.c @@ -29,7 +29,7 @@ * Note: the saa7126 is identical to the saa7127, and the saa7128 is * identical to the saa7129, except that the saa7126 and saa7128 have * macrovision anti-taping support. This driver will almost certainly - * work find for those chips, except of course for the missing anti-taping + * work fine for those chips, except of course for the missing anti-taping * support. * * This program is free software; you can redistribute it and/or modify diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h index 493435b..01d67ba 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h @@ -60,7 +60,7 @@ #define I2C_DRIVERID_WM8775 69 /* wm8775 audio processor */ #define I2C_DRIVERID_CS53L32A 70 /* cs53l32a audio processor */ #define I2C_DRIVERID_CX25840 71 /* cx2584x video encoder */ -#define I2C_DRIVERID_SAA7127 72 /* saa7124 video encoder */ +#define I2C_DRIVERID_SAA7127 72 /* saa7127 video encoder */ #define I2C_DRIVERID_SAA711X 73 /* saa711x video encoders */ #define I2C_DRIVERID_AKITAIOEXP 74 /* IO Expander on Sharp SL-C1000 */ #define I2C_DRIVERID_INFRARED 75 /* I2C InfraRed on Video boards */ |