Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1408797 > unrolled thread
| Started by | Valdis Kletnieks <Valdis.Kletnieks@vt.edu> |
|---|---|
| First post | 2016-05-30 08:40 +0200 |
| Last post | 2016-05-30 10:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Valdis Kletnieks <Valdis.Kletnieks@vt.edu> |
|---|---|
| Date | 2016-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]
| From | Daniel Vetter <daniel@ffwll.ch> |
|---|---|
| Date | 2016-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