We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68266f1 commit aefff49Copy full SHA for aefff49
drivers/gpu/drm/xen/xen_drm_front.c
@@ -623,7 +623,7 @@ static int displback_initwait(struct xen_drm_front_info *front_info)
623
if (ret < 0)
624
return ret;
625
626
- DRM_INFO("Have %d conector(s)\n", cfg->num_connectors);
+ DRM_INFO("Have %d connector(s)\n", cfg->num_connectors);
627
/* Create event channels for all connectors and publish */
628
ret = xen_drm_front_evtchnl_create_all(front_info);
629
0 commit comments