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:
68266f1
)
drm/xen-front: fix spelling mistake: "conector" -> "connector"
author
Colin Ian King
<
[email protected]
>
Tue, 15 May 2018 08:54:33 +0000
(09:54 +0100)
committer
Oleksandr Andrushchenko
<
[email protected]
>
Tue, 15 May 2018 09:13:51 +0000
(12:13 +0300)
Trivial fix to spelling mistake in DRM_INFO message.
Signed-off-by: Colin Ian King <
[email protected]
>
Reviewed-by: Oleksandr Andrushchenko <
[email protected]
>
Signed-off-by: Oleksandr Andrushchenko <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/xen/xen_drm_front.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xen/xen_drm_front.c
b/drivers/gpu/drm/xen/xen_drm_front.c
index 3345ac71b391fb42049fda3e950863feaa2cdabe..93bf9f092086b28de8ebdfff46de270fcd63d465 100644
(file)
--- a/
drivers/gpu/drm/xen/xen_drm_front.c
+++ b/
drivers/gpu/drm/xen/xen_drm_front.c
@@
-623,7
+623,7
@@
static int displback_initwait(struct xen_drm_front_info *front_info)
if (ret < 0)
return ret;
- DRM_INFO("Have %d conector(s)\n", cfg->num_connectors);
+ DRM_INFO("Have %d con
n
ector(s)\n", cfg->num_connectors);
/* Create event channels for all connectors and publish */
ret = xen_drm_front_evtchnl_create_all(front_info);
if (ret < 0)