Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3645747ybg; Fri, 25 Oct 2019 07:03:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqxrGHSBuy4GjDpLOHPjqiVGJzv/tMCldJab8OEea0wkUGejIMlh7vxdN6szB5rUnih1sD7n X-Received: by 2002:a50:b2c4:: with SMTP id p62mr4075930edd.128.1572012232540; Fri, 25 Oct 2019 07:03:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572012232; cv=none; d=google.com; s=arc-20160816; b=XuybpGCXxuFA5JekPkIBpdo6PHLR3+6yliNr38E2sBEG2ks7q5t6r98ZLT39gQJyJL gcCdXXarwgiLcZpl86pECaM0e0ToFgLwnEe686AcXM0BuCsbCDXPMWo+yUPOXF7wStRQ kbFfH/HGkLek3gdB7bk4yK8eir0XvKhdInBd62yY/jjUKD6QPMaQd1kByG5xNGlZuSuF fAseaPBGDP9fCCNibfQFXx42j+ODo8VT3svlHmfkP9NH8BxRlFKjtojpYxH00zZujJlu oxjjQJuzH4gE2Wj6eEfkwv7OWqgJKl3XmDJILOVKrPPtehbhFJHMNagDduv/RTFNIE9m /s4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=sbQv7aKIi07hguHJ4WAI6B5/RId2SnCvvzI7j2YXcHM=; b=FcCcNMGEMyazBkjIFZ2ZnCkLezy1FcgDyAsUcGmMAJqyURHvXhnLtEff254d7boplU QUVx8fAkMSLPm0nJ1CTzHAR4r9L8043k3LT/PXlLUH2Q7o6OjJ4V+QPf18n0/zJInQGi m2LIPg46K3mkAJdQ3M34mn2eQMtsITFn+QqvPwYCL3hCIj2mdxZvwy6wfinki6zfJ7MW Y9DFFlewKGfJPYtFTrH2AX+YbOZXJDAPII+pULJ/nxY3ymYTf4Wi9owXg1pJkrJs6KLM Dg7tqyltmJtIv/1b9WwzGxnwzhelNEXU2h64Ehh5fq6dP0rsDzEHQVoiO9lLdlKklvYS I3rw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t11si1320285eju.277.2019.10.25.07.03.20; Fri, 25 Oct 2019 07:03:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405927AbfJXPRn (ORCPT + 99 others); Thu, 24 Oct 2019 11:17:43 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:60340 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389313AbfJXPRn (ORCPT ); Thu, 24 Oct 2019 11:17:43 -0400 Received: from ramsan ([84.195.182.253]) by laurent.telenet-ops.be with bizsmtp id HTHh2100K5USYZQ01THhsz; Thu, 24 Oct 2019 17:17:41 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1iNert-0006yo-A6; Thu, 24 Oct 2019 17:17:41 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1iNert-0007d9-89; Thu, 24 Oct 2019 17:17:41 +0200 From: Geert Uytterhoeven To: David Airlie , Daniel Vetter , Jiri Kosina Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH trivial] drm: Spelling s/connet/connect/ Date: Thu, 24 Oct 2019 17:17:37 +0200 Message-Id: <20191024151737.29287-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix misspellings of "connector" and "connection" Signed-off-by: Geert Uytterhoeven --- drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +- include/uapi/drm/exynos_drm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_output.c b/drivers/gpu/drm/gma500/mdfld_dsi_output.c index 03023fa0fb6f9d3c..f350ac1ead18213e 100644 --- a/drivers/gpu/drm/gma500/mdfld_dsi_output.c +++ b/drivers/gpu/drm/gma500/mdfld_dsi_output.c @@ -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"); diff --git a/include/uapi/drm/exynos_drm.h b/include/uapi/drm/exynos_drm.h index 3e59b8382dd8cead..45c6582b3df31dbf 100644 --- a/include/uapi/drm/exynos_drm.h +++ b/include/uapi/drm/exynos_drm.h @@ -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. -- 2.17.1