projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e851c9
)
drm/sti:fix spelling mistake: "compoment" -> "component"
author
Colin Ian King
<
[email protected]
>
Sat, 13 May 2017 22:41:50 +0000
(23:41 +0100)
committer
Benjamin Gaignard
<
[email protected]
>
Thu, 18 May 2017 12:12:52 +0000
(14:12 +0200)
Trivial fix to spelling mistake in DRM_ERROR message
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Benjamin Gaignard <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/sti/sti_compositor.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/sti/sti_compositor.c
b/drivers/gpu/drm/sti/sti_compositor.c
index f62041fe8412ac97fd7b16f629546863a593785e..c12d621b21bd222f50079e41512835f531652874 100644
(file)
--- a/
drivers/gpu/drm/sti/sti_compositor.c
+++ b/
drivers/gpu/drm/sti/sti_compositor.c
@@
-129,7
+129,7
@@
static int sti_compositor_bind(struct device *dev,
}
break;
default:
- DRM_ERROR("Unknown subdev compo
m
ent type\n");
+ DRM_ERROR("Unknown subdev compo
n
ent type\n");
return 1;
}