]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/xen-front: fix spelling mistake: "conector" -> "connector"
authorColin Ian King <colin.king@canonical.com>
Tue, 15 May 2018 08:54:33 +0000 (09:54 +0100)
committerOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
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 <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
drivers/gpu/drm/xen/xen_drm_front.c

index 3345ac71b391fb42049fda3e950863feaa2cdabe..93bf9f092086b28de8ebdfff46de270fcd63d465 100644 (file)
@@ -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 connector(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)