Commit 243a8f41 authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher

drm/amd/display: fix spelling mistake "exeuction" -> "execution"

There are spelling mistakes in a DC_ERROR message and a comment.
Fix these.
Reviewed-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 29453755
...@@ -92,7 +92,7 @@ void dc_dmub_srv_cmd_execute(struct dc_dmub_srv *dc_dmub_srv) ...@@ -92,7 +92,7 @@ void dc_dmub_srv_cmd_execute(struct dc_dmub_srv *dc_dmub_srv)
status = dmub_srv_cmd_execute(dmub); status = dmub_srv_cmd_execute(dmub);
if (status != DMUB_STATUS_OK) 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) void dc_dmub_srv_wait_idle(struct dc_dmub_srv *dc_dmub_srv)
......
...@@ -416,7 +416,7 @@ enum dmub_status dmub_srv_cmd_queue(struct dmub_srv *dmub, ...@@ -416,7 +416,7 @@ enum dmub_status dmub_srv_cmd_queue(struct dmub_srv *dmub,
* dmub_srv_cmd_execute() - Executes a queued sequence to the dmub * dmub_srv_cmd_execute() - Executes a queued sequence to the dmub
* @dmub: the dmub service * @dmub: the dmub service
* *
* Begins exeuction of queued commands on the dmub. * Begins execution of queued commands on the dmub.
* *
* Return: * Return:
* DMUB_STATUS_OK - success * DMUB_STATUS_OK - success
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment