Commit df9174ef authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher
Browse files

drm/amd/display: Fix spelling mistake "tunndeling" -> "tunneling"



There is a spelling mistake in a dm_error message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 32f00289
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1637,7 +1637,7 @@ static bool retrieve_link_cap(struct dc_link *link)
	/* Read DP tunneling information. */
	status = dpcd_get_tunneling_device_data(link);
	if (status != DC_OK)
		dm_error("%s: Read tunndeling device data failed.\n", __func__);
		dm_error("%s: Read tunneling device data failed.\n", __func__);

	dpcd_set_source_specific_data(link);
	/* Sink may need to configure internals based on vendor, so allow some