[PATCH] drm/amd/display: Fix comment typo
Alex Deucher
alexdeucher at gmail.com
Mon Aug 15 20:24:47 UTC 2022
Applied. Thanks!
On Sat, Aug 13, 2022 at 11:13 AM min tang <tangmin at cdjrlc.com> wrote:
>
> The double `aligned' is duplicated in line 1070, remove one.
>
> Signed-off-by: min tang <tangmin at cdjrlc.com>
> ---
> drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c
> index b1671b00ce40..0844b3eeb291 100644
> --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c
> +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c
> @@ -1066,7 +1066,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
> */
> --
> 2.17.1
>
More information about the amd-gfx
mailing list