diff options
author | 2024-10-16 10:08:12 +0100 | |
---|---|---|
committer | 2024-10-22 17:50:12 -0400 | |
commit | df9174ef4a7cbb162891ea4dc1252a451bc05772 (patch) | |
tree | c9b30c4df7a85e224109c9fb2797862c84951194 | |
parent | Revert "drm/amdgpu/gfx9: put queue resets behind a debug option" (diff) | |
download | wireguard-linux-df9174ef4a7cbb162891ea4dc1252a451bc05772.tar.xz wireguard-linux-df9174ef4a7cbb162891ea4dc1252a451bc05772.zip |
drm/amd/display: Fix spelling mistake "tunndeling" -> "tunneling"
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>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c b/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c index 518e5d1f3d90..e05b8fddf2af 100644 --- a/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c +++ b/drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c @@ -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 |