Commit 3e6a9329 authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by Alex Deucher
Browse files

drm/amd/display: fix comment typo



Spell "transmission" properly.

Found by searching for keyword "tranm".

Signed-off-by: default avatarYueh-Shun Li <shamrocklee@posteo.net>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 88c4d4e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);