mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
2945375571
commit
243a8f41db
@@ -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)
|
||||
|
||||
@@ -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: the dmub service
|
||||
*
|
||||
* Begins exeuction of queued commands on the dmub.
|
||||
* Begins execution of queued commands on the dmub.
|
||||
*
|
||||
* Return:
|
||||
* DMUB_STATUS_OK - success
|
||||
|
||||
Reference in New Issue
Block a user