[PATCH v1] drm/exynos: gsc: Fix typo in comment

Inki Dae daeinki at gmail.com
Sun Oct 6 18:44:12 PDT 2024


2024년 9월 9일 (월) 오후 5:08, Shen Lichuan <shenlichuan at vivo.com>님이 작성:
>
> Replace 'initailization' with 'initialization' in the comment.
>
> Signed-off-by: Shen Lichuan <shenlichuan at vivo.com>
> ---
>  drivers/gpu/drm/exynos/exynos_drm_gsc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_gsc.c b/drivers/gpu/drm/exynos/exynos_drm_gsc.c
> index 1b111e2c3347..fc5fc65823c6 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_gsc.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_gsc.c
> @@ -1286,7 +1286,7 @@ static int gsc_probe(struct platform_device *pdev)
>                 return ret;
>         }
>
> -       /* context initailization */
> +       /* context initialization */

Merged.

Thanks,
Inki Dae

>         ctx->id = pdev->id;
>
>         platform_set_drvdata(pdev, ctx);
> --
> 2.17.1
>
>



More information about the linux-arm-kernel mailing list