drm: Spelling s/connet/connect/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 24 Oct 2019 15:17:37 +0000 (17:17 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Oct 2019 15:59:45 +0000 (17:59 +0200)
Fix misspellings of "connector" and "connection"

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191024151737.29287-1-geert+renesas@glider.be
drivers/gpu/drm/gma500/mdfld_dsi_output.c
include/uapi/drm/exynos_drm.h

index 03023fa..f350ac1 100644 (file)
@@ -498,7 +498,7 @@ void mdfld_dsi_output_init(struct drm_device *dev,
                return;
        }
 
-       /*create a new connetor*/
+       /*create a new connector*/
        dsi_connector = kzalloc(sizeof(struct mdfld_dsi_connector), GFP_KERNEL);
        if (!dsi_connector) {
                DRM_ERROR("No memory");
index 3e59b83..45c6582 100644 (file)
@@ -68,7 +68,7 @@ struct drm_exynos_gem_info {
 /**
  * A structure for user connection request of virtual display.
  *
- * @connection: indicate whether doing connetion or not by user.
+ * @connection: indicate whether doing connection or not by user.
  * @extensions: if this value is 1 then the vidi driver would need additional
  *     128bytes edid data.
  * @edid: the edid data pointer from user side.