]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: fix spelling mistake "exeuction" -> "execution"
authorColin Ian King <colin.king@canonical.com>
Sat, 9 Nov 2019 19:49:23 +0000 (19:49 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Nov 2019 20:29:45 +0000 (15:29 -0500)
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>
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c
drivers/gpu/drm/amd/display/dmub/inc/dmub_srv.h

index 61cefe0a37908426151ec156e9e2775d9a1ce1eb..b65b66025267f1299991edfe56815d5a145a1312 100644 (file)
@@ -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)
index aa8f0396616dc19a70edb8dfeb4e6126b53ded1d..45e427d1952e9e62b7e5666c995aa99d57319f11 100644 (file)
@@ -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