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

2024-10-06 Thread Inki Dae
2024년 9월 9일 (월) 오후 5:08, Shen Lichuan 님이 작성: > > Replace 'initailization' with 'initialization' in the comment. > > Signed-off-by: Shen Lichuan > --- > drivers/gpu/drm/exynos/exynos_drm_gsc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/exynos/exynos_dr

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

2024-09-10 Thread Shen Lichuan
Replace 'initailization' with 'initialization' in the comment. Signed-off-by: Shen Lichuan --- 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 1b11

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

2024-09-09 Thread Krzysztof Kozlowski
On 09/09/2024 10:06, Shen Lichuan wrote: > Replace 'initailization' with 'initialization' in the comment. > > Signed-off-by: Shen Lichuan > --- > 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_gs