linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial] drm: Spelling s/connet/connect/
@ 2019-10-24 15:17 Geert Uytterhoeven
  2019-10-24 15:59 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2019-10-24 15:17 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Jiri Kosina
  Cc: dri-devel, linux-kernel, Geert Uytterhoeven

Fix misspellings of "connector" and "connection"

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH trivial] drm: Spelling s/connet/connect/
  2019-10-24 15:17 [PATCH trivial] drm: Spelling s/connet/connect/ Geert Uytterhoeven
@ 2019-10-24 15:59 ` Daniel Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2019-10-24 15:59 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: David Airlie, Daniel Vetter, Jiri Kosina, dri-devel, linux-kernel

On Thu, Oct 24, 2019 at 05:17:37PM +0200, Geert Uytterhoeven wrote:
> Fix misspellings of "connector" and "connection"
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied to drm-misc-next.
-Daniel

> ---
>  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
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-24 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 15:17 [PATCH trivial] drm: Spelling s/connet/connect/ Geert Uytterhoeven
2019-10-24 15:59 ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).