Skip to content

Commit

Permalink
drm/amd/display: Fix spelling mistake "tunndeling" -> "tunneling"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dm_error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Colin Ian King authored and Alex Deucher committed Oct 22, 2024
1 parent 32f0028 commit df9174e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df9174e

Please sign in to comment.