Commit 52a3859f authored by min tang's avatar min tang Committed by Alex Deucher
Browse files

drm/amd/display: Fix comment typo



The double `aligned' is duplicated in line 1070, remove one.

Signed-off-by: default avatarmin tang <tangmin@cdjrlc.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 01b537ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1086,7 +1086,7 @@ static void optc1_set_test_pattern(
				src_color[index] >> (src_bpc - dst_bpc);
		/* CRTC_TEST_PATTERN_DATA has 16 bits,
		 * lowest 6 are hardwired to ZERO
		 * color bits should be left aligned aligned to MSB
		 * color bits should be left aligned to MSB
		 * XXXXXXXXXX000000 for 10 bit,
		 * XXXXXXXX00000000 for 8 bit and XXXXXX0000000000 for 6
		 */