projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcfe43f
)
drm/exynos: gsc: Fix typo in comment
author
Shen Lichuan
<shenlichuan@vivo.com>
Mon, 9 Sep 2024 08:06:20 +0000
(16:06 +0800)
committer
Inki Dae
<inki.dae@samsung.com>
Mon, 4 Nov 2024 01:42:47 +0000
(10:42 +0900)
Replace 'initailization' with 'initialization' in the comment.
Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gsc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_gsc.c
b/drivers/gpu/drm/exynos/exynos_drm_gsc.c
index
59fa220
..
1ae90ef
100644
(file)
--- 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 init
ai
lization */
+ /* context init
ia
lization */
ctx->id = pdev->id;
platform_set_drvdata(pdev, ctx);