diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-13 14:10:42 (GMT) |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2012-02-15 01:29:11 (GMT) |
commit | a7fa61b4b20a7121b8644ff7508b086120e398c6 (patch) | |
tree | c83789a87bc53a36d067d08bc9b3c525223949b1 /drivers/gpu/drm | |
parent | 6f9f8a61089bb177e53e14ee62f4a65134f3692f (diff) | |
download | linux-a7fa61b4b20a7121b8644ff7508b086120e398c6.tar.xz |
drm/exynos: Fix typo in exynos_mixer.c
Correct spelling "sucessful" to "successful" in
drivers/gpu/drm/exynos/exynos_mixer.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c b/drivers/gpu/drm/exynos/exynos_mixer.c index ac24cff..33afd0c 100644 --- a/drivers/gpu/drm/exynos/exynos_mixer.c +++ b/drivers/gpu/drm/exynos/exynos_mixer.c @@ -1044,7 +1044,7 @@ static int mixer_remove(struct platform_device *pdev) platform_get_drvdata(pdev); struct mixer_context *ctx = (struct mixer_context *)drm_hdmi_ctx->ctx; - dev_info(dev, "remove sucessful\n"); + dev_info(dev, "remove successful\n"); mixer_resource_poweroff(ctx); mixer_resources_cleanup(ctx); |