drm/amd/display: fix comment typo
authorYueh-Shun Li <shamrocklee@posteo.net>
Thu, 22 Jun 2023 00:42:27 +0000 (00:42 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Jul 2023 17:39:04 +0000 (13:39 -0400)
Spell "transmission" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hpo_dp_stream_encoder.c

index 0278bae..4514345 100644 (file)
@@ -154,7 +154,7 @@ static void dcn31_hpo_dp_stream_enc_dp_blank(
                        VID_STREAM_STATUS, 0,
                        10, 5000);
 
-       /* Disable SDP tranmission */
+       /* Disable SDP transmission */
        REG_UPDATE(DP_SYM32_ENC_SDP_CONTROL,
                        SDP_STREAM_ENABLE, 0);