projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14fe29e
)
Fix annoyingly awkward typo in drm_edid_load.c
author
Valdis Kletnieks
<Valdis.Kletnieks@vt.edu>
Mon, 30 May 2016 06:26:38 +0000
(
02:26
-0400)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 30 May 2016 07:59:28 +0000
(09:59 +0200)
Fix egregious typo in comment.
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
http://patchwork.freedesktop.org/patch/msgid/10576.1464589598@turing-police.cc.vt.edu
drivers/gpu/drm/drm_edid_load.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_edid_load.c
b/drivers/gpu/drm/drm_edid_load.c
index
9a401ae
..
622f788
100644
(file)
--- a/
drivers/gpu/drm/drm_edid_load.c
+++ b/
drivers/gpu/drm/drm_edid_load.c
@@
-271,7
+271,7
@@
int drm_load_edid_firmware(struct drm_connector *connector)
* by commas, search through the list looking for one that
* matches the connector.
*
- * If there's one or more that do
n't
't specify a connector, keep
+ * If there's one or more that do
esn
't specify a connector, keep
* the last one found one as a fallback.
*/
fwstr = kstrdup(edid_firmware, GFP_KERNEL);