aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/exynos
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-07-21 11:23:15 -0400
committerJiri Kosina <jkosina@suse.cz>2012-07-24 06:58:15 -0400
commitff0c26424c1d993d8d1e04f72f1d428e935798da (patch)
treeacd684945cc5b97970419e0a96f2423ff9212ebf /drivers/video/exynos
parentf9028317b2046ea13595c55fb29922d8d97cf497 (diff)
video: Fix typo in drivers/video
Correct spelling typo in debug messages and comments within drivers/video. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/video/exynos')
-rw-r--r--drivers/video/exynos/exynos_dp_reg.c2
-rw-r--r--drivers/video/exynos/exynos_mipi_dsi.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/exynos/exynos_dp_reg.c b/drivers/video/exynos/exynos_dp_reg.c
index 6548afa0e3d2..7ddd67d4bd7a 100644
--- a/drivers/video/exynos/exynos_dp_reg.c
+++ b/drivers/video/exynos/exynos_dp_reg.c
@@ -717,7 +717,7 @@ int exynos_dp_read_bytes_from_i2c(struct exynos_dp_device *dp,
717 717
718 /* 718 /*
719 * If Rx sends defer, Tx sends only reads 719 * If Rx sends defer, Tx sends only reads
720 * request without sending addres 720 * request without sending address
721 */ 721 */
722 if (!defer) 722 if (!defer)
723 retval = exynos_dp_select_i2c_device(dp, 723 retval = exynos_dp_select_i2c_device(dp,
diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c
index 557091dc0e97..115e1b0a1970 100644
--- a/drivers/video/exynos/exynos_mipi_dsi.c
+++ b/drivers/video/exynos/exynos_mipi_dsi.c
@@ -104,7 +104,7 @@ static void exynos_mipi_update_cfg(struct mipi_dsim_device *dsim)
104 104
105 /* 105 /*
106 * data from Display controller(FIMD) is transferred in video mode 106 * data from Display controller(FIMD) is transferred in video mode
107 * but in case of command mode, all settigs is updated to registers. 107 * but in case of command mode, all settings are updated to registers.
108 */ 108 */
109 exynos_mipi_dsi_stand_by(dsim, 1); 109 exynos_mipi_dsi_stand_by(dsim, 1);
110} 110}