Fix annoyingly awkward typo in drm_edid_load.c
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
This commit is contained in:
parent
14fe29e8ef
commit
c67f69576b
@ -271,7 +271,7 @@ int drm_load_edid_firmware(struct drm_connector *connector)
|
|||||||
* by commas, search through the list looking for one that
|
* by commas, search through the list looking for one that
|
||||||
* matches the connector.
|
* 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.
|
* the last one found one as a fallback.
|
||||||
*/
|
*/
|
||||||
fwstr = kstrdup(edid_firmware, GFP_KERNEL);
|
fwstr = kstrdup(edid_firmware, GFP_KERNEL);
|
||||||
|
Loading…
Reference in New Issue
Block a user