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


Groups > linux.kernel > #1408797

[PATCH] Fix annoyingly awkward typo in drm_edid_load.c

From Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Newsgroups linux.kernel
Subject [PATCH] Fix annoyingly awkward typo in drm_edid_load.c
Date 2016-05-30 08:40 +0200
Message-ID <rEp1L-xv-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web