All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [trivial] drm: Fix typo in exynos_mixer.c
@ 2012-02-13 14:10 Masanari Iida
  2012-02-14  1:02 ` Inki Dae
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-13 14:10 UTC (permalink / raw)
  To: inki.dae, jy0922.shim, sw0312.kim, dri-devel
  Cc: trivial, linux-kernel, standby24x7

Correct spelling "sucessful" to "successful" in
drivers/gpu/drm/exynos/exynos_mixer.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 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);
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] [trivial] drm: Fix typo in exynos_mixer.c
  2012-02-13 14:10 [PATCH] [trivial] drm: Fix typo in exynos_mixer.c Masanari Iida
@ 2012-02-14  1:02 ` Inki Dae
  0 siblings, 0 replies; 2+ messages in thread
From: Inki Dae @ 2012-02-14  1:02 UTC (permalink / raw)
  To: 'Masanari Iida', jy0922.shim, sw0312.kim, dri-devel
  Cc: trivial, linux-kernel



> -----Original Message-----
> From: Masanari Iida [mailto:standby24x7@gmail.com]
> Sent: Monday, February 13, 2012 11:11 PM
> To: inki.dae@samsung.com; jy0922.shim@samsung.com; sw0312.kim@samsung.com;
> dri-devel@lists.freedesktop.org
> Cc: trivial@kernel.org; linux-kernel@vger.kernel.org;
> standby24x7@gmail.com
> Subject: [PATCH] [trivial] drm: 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>
> ---
>  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);
> --
> 1.7.6.5

Applied.

Thanks.
Inki Dae.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-14  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13 14:10 [PATCH] [trivial] drm: Fix typo in exynos_mixer.c Masanari Iida
2012-02-14  1:02 ` Inki Dae

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.