Skip to content

Commit aefff49

Browse files
Colin Ian KingOleksandr Andrushchenko
authored andcommitted
drm/xen-front: fix spelling mistake: "conector" -> "connector"
Trivial fix to spelling mistake in DRM_INFO message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180515085433.8245-1-colin.king@canonical.com
1 parent 68266f1 commit aefff49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xen/xen_drm_front.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ static int displback_initwait(struct xen_drm_front_info *front_info)
623623
if (ret < 0)
624624
return ret;
625625

626-
DRM_INFO("Have %d conector(s)\n", cfg->num_connectors);
626+
DRM_INFO("Have %d connector(s)\n", cfg->num_connectors);
627627
/* Create event channels for all connectors and publish */
628628
ret = xen_drm_front_evtchnl_create_all(front_info);
629629
if (ret < 0)

0 commit comments

Comments
 (0)