Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c67f6957 authored by Valdis Kletnieks's avatar Valdis Kletnieks Committed by Daniel Vetter
Browse files

Fix annoyingly awkward typo in drm_edid_load.c

parent 14fe29e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 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);