Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Valdis Kletnieks and committed by
Daniel Vetter
c67f6957 14fe29e8

+1 -1
+1 -1
drivers/gpu/drm/drm_edid_load.c
··· 271 271 * by commas, search through the list looking for one that 272 272 * matches the connector. 273 273 * 274 - * If there's one or more that don't't specify a connector, keep 274 + * If there's one or more that doesn't specify a connector, keep 275 275 * the last one found one as a fallback. 276 276 */ 277 277 fwstr = kstrdup(edid_firmware, GFP_KERNEL);