diff options
author | Shen Lichuan <shenlichuan@vivo.com> | 2024-09-09 16:06:20 +0800 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2024-11-04 10:42:47 +0900 |
commit | bf56dc2138b92ffbf68e2e36b82d75b0b105564d (patch) | |
tree | 014a0c76a7a35bd6a7bb92879de1b74622d2309e | |
parent | bcfe43f0ea77c42c2154fb79b99b7d1d82ac3231 (diff) |
drm/exynos: gsc: Fix typo in comment
Replace 'initailization' with 'initialization' in the comment.
Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_gsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_gsc.c b/drivers/gpu/drm/exynos/exynos_drm_gsc.c index 59fa22050717..1ae90ef1fc23 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); |