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 /drivers/gpu/drm/exynos | |
| parent | drm/imx/dcss: include drm/drm_bridge.h header (diff) | |
| download | linux-bf56dc2138b92ffbf68e2e36b82d75b0b105564d.tar.gz linux-bf56dc2138b92ffbf68e2e36b82d75b0b105564d.zip | |
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>
Diffstat (limited to 'drivers/gpu/drm/exynos')
| -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); |
