Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1408797 > unrolled thread

[PATCH] Fix annoyingly awkward typo in drm_edid_load.c

Started byValdis Kletnieks <Valdis.Kletnieks@vt.edu>
First post2016-05-30 08:40 +0200
Last post2016-05-30 10:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Fix annoyingly awkward typo in drm_edid_load.c Valdis Kletnieks <Valdis.Kletnieks@vt.edu> - 2016-05-30 08:40 +0200
    Re: [PATCH] Fix annoyingly awkward typo in drm_edid_load.c Daniel Vetter <daniel@ffwll.ch> - 2016-05-30 10:00 +0200

#1408797 — [PATCH] Fix annoyingly awkward typo in drm_edid_load.c

FromValdis Kletnieks <Valdis.Kletnieks@vt.edu>
Date2016-05-30 08:40 +0200
Subject[PATCH] Fix annoyingly awkward typo in drm_edid_load.c
Message-ID<rEp1L-xv-7@gated-at.bofh.it>
Fix egregious typo in comment.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>

--- a/drivers/gpu/drm/drm_edid_load.c	2016-04-20 17:54:27.208059935 -0400
+++ b/drivers/gpu/drm/drm_edid_load.c	2016-05-30 02:15:43.747105384 -0400
@@ -271,7 +271,7 @@
 	 * by commas, search through the list looking for one that
 	 * matches the connector.
 	 *
-	 * If there's one or more that don't't specify a connector, keep
+	 * If there's one or more that doesn't specify a connector, keep
 	 * the last one found one as a fallback.
 	 */
 	fwstr = kstrdup(edid_firmware, GFP_KERNEL);

[toc] | [next] | [standalone]


#1408832

FromDaniel Vetter <daniel@ffwll.ch>
Date2016-05-30 10:00 +0200
Message-ID<rEqhb-1fU-1@gated-at.bofh.it>
In reply to#1408797
On Mon, May 30, 2016 at 02:26:38AM -0400, Valdis Kletnieks wrote:
> Fix egregious typo in comment.
> 
> Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>

Applied to drm-misc, thanks.
-Daniel

> 
> --- a/drivers/gpu/drm/drm_edid_load.c	2016-04-20 17:54:27.208059935 -0400
> +++ b/drivers/gpu/drm/drm_edid_load.c	2016-05-30 02:15:43.747105384 -0400
> @@ -271,7 +271,7 @@
>  	 * by commas, search through the list looking for one that
>  	 * matches the connector.
>  	 *
> -	 * If there's one or more that don't't specify a connector, keep
> +	 * If there's one or more that doesn't specify a connector, keep
>  	 * the last one found one as a fallback.
>  	 */
>  	fwstr = kstrdup(edid_firmware, GFP_KERNEL);
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web