summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-11-09 22:49:23 +0300
committerAlex Deucher <alexander.deucher@amd.com>2019-11-13 23:29:45 +0300
commit243a8f41dbc8da54e78e30cb7082f1d807329c42 (patch)
treedf7c1441198b8a73fc1865483635729f6c346830 /drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
parent29453755715cbecd1112e0b30260a5eb2e23f51c (diff)
downloadlinux-243a8f41dbc8da54e78e30cb7082f1d807329c42.tar.xz
drm/amd/display: fix spelling mistake "exeuction" -> "execution"
There are spelling mistakes in a DC_ERROR message and a comment. Fix these. Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
index 61cefe0a3790..b65b66025267 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
+++ b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
@@ -92,7 +92,7 @@ void dc_dmub_srv_cmd_execute(struct dc_dmub_srv *dc_dmub_srv)
status = dmub_srv_cmd_execute(dmub);
if (status != DMUB_STATUS_OK)
- DC_ERROR("Error starting DMUB exeuction: status=%d\n", status);
+ DC_ERROR("Error starting DMUB execution: status=%d\n", status);
}
void dc_dmub_srv_wait_idle(struct dc_dmub_srv *dc_dmub_srv)