projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c269b0
)
gpu: drm: sti: fix spelling mistake: "initialze" -> "initialize"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 2 May 2018 10:10:48 +0000
(11:10 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 2 May 2018 11:09:49 +0000
(13:09 +0200)
Trivial fix to spelling mistake in DRM_ERROR error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/20180502101048.8442-1-colin.king@canonical.com
drivers/gpu/drm/sti/sti_crtc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/sti/sti_crtc.c
b/drivers/gpu/drm/sti/sti_crtc.c
index 21e50d7b1f86cf4cbc5265ea6e018f7764736526..5824e6aca8f4af17c23050a6ec1bd59905b1f22c 100644
(file)
--- a/
drivers/gpu/drm/sti/sti_crtc.c
+++ b/
drivers/gpu/drm/sti/sti_crtc.c
@@
-357,7
+357,7
@@
int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
res = drm_crtc_init_with_planes(drm_dev, crtc, primary, cursor,
&sti_crtc_funcs, NULL);
if (res) {
- DRM_ERROR("Can't initialze CRTC\n");
+ DRM_ERROR("Can't initial
i
ze CRTC\n");
return -EINVAL;
}