[PATCH] [trivial] drm: Fix typo in exynos_mixer.c
Inki Dae
inki.dae at samsung.com
Mon Feb 13 17:02:59 PST 2012
> -----Original Message-----
> From: Masanari Iida [mailto:standby24x7 at gmail.com]
> Sent: Monday, February 13, 2012 11:11 PM
> To: inki.dae at samsung.com; jy0922.shim at samsung.com; sw0312.kim at samsung.com;
> dri-devel at lists.freedesktop.org
> Cc: trivial at kernel.org; linux-kernel at vger.kernel.org;
> standby24x7 at 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 at 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.
More information about the dri-devel
mailing list