summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/adv7183.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-09-30 23:19:09 +0900
committerJiri Kosina <jkosina@suse.cz>2013-10-14 15:24:22 +0200
commit6d3be300c658ce3f1777a6b1279414c62bc7d817 (patch)
treead448b10fb7a4b8155569a6d0eb625f5023f7349 /drivers/media/i2c/adv7183.c
parent8c88126bbbb1c1e6c499fb3c211dba93656f02b5 (diff)
downloadop-kernel-dev-6d3be300c658ce3f1777a6b1279414c62bc7d817.zip
op-kernel-dev-6d3be300c658ce3f1777a6b1279414c62bc7d817.tar.gz
treewide: Fix typo in printk
Correct spelling typo within various part of the kernel Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/i2c/adv7183.c')
-rw-r--r--drivers/media/i2c/adv7183.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/adv7183.c b/drivers/media/i2c/adv7183.c
index 6f738d8..d45e0e3 100644
--- a/drivers/media/i2c/adv7183.c
+++ b/drivers/media/i2c/adv7183.c
@@ -178,7 +178,7 @@ static int adv7183_log_status(struct v4l2_subdev *sd)
adv7183_read(sd, ADV7183_VS_FIELD_CTRL_1),
adv7183_read(sd, ADV7183_VS_FIELD_CTRL_2),
adv7183_read(sd, ADV7183_VS_FIELD_CTRL_3));
- v4l2_info(sd, "adv7183: Hsync positon control 1 2 and 3 = 0x%02x 0x%02x 0x%02x\n",
+ v4l2_info(sd, "adv7183: Hsync position control 1 2 and 3 = 0x%02x 0x%02x 0x%02x\n",
adv7183_read(sd, ADV7183_HS_POS_CTRL_1),
adv7183_read(sd, ADV7183_HS_POS_CTRL_2),
adv7183_read(sd, ADV7183_HS_POS_CTRL_3));
OpenPOWER on IntegriCloud