diff mbox series

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

Message ID 20240909080620.35245-1-shenlichuan@vivo.com
State New
Headers show
Series [v1] drm/exynos: gsc: Fix typo in comment | expand

Commit Message

Shen Lichuan Sept. 9, 2024, 8:06 a.m. UTC
Replace 'initailization' with 'initialization' in the comment.

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
---
 drivers/gpu/drm/exynos/exynos_drm_gsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Sept. 9, 2024, 8:27 a.m. UTC | #1
On 09/09/2024 10:06, Shen Lichuan wrote:
> Replace 'initailization' with 'initialization' in the comment.
> 
> Signed-off-by: Shen Lichuan <shenlichuan@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 */

@vivo.com, please fix all typos given subsystem in one run. One patch or
few patches in one patchset. Not one typo per patch.

Best regards,
Krzysztof
diff mbox series

Patch

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 */
 	ctx->id = pdev->id;
 
 	platform_set_drvdata(pdev, ctx);