Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: clean up some inconsistent indentings

The indentation of statements in the same curly bracket should be
consistent.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=1892
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Yang Li and committed by
Alex Deucher
b3235e86 33100f10

+3 -3
+3 -3
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c
··· 675 675 stream->out_transfer_func, 676 676 &mpc->blender_params, false)) 677 677 params = &mpc->blender_params; 678 - /* there are no ROM LUTs in OUTGAM */ 679 - if (stream->out_transfer_func->type == TF_TYPE_PREDEFINED) 680 - BREAK_TO_DEBUGGER(); 678 + /* there are no ROM LUTs in OUTGAM */ 679 + if (stream->out_transfer_func->type == TF_TYPE_PREDEFINED) 680 + BREAK_TO_DEBUGGER(); 681 681 } 682 682 } 683 683