mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 02:32:49 -04:00
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>
This commit is contained in:
@@ -675,9 +675,9 @@ bool dcn32_set_output_transfer_func(struct dc *dc,
|
||||
stream->out_transfer_func,
|
||||
&mpc->blender_params, false))
|
||||
params = &mpc->blender_params;
|
||||
/* there are no ROM LUTs in OUTGAM */
|
||||
if (stream->out_transfer_func->type == TF_TYPE_PREDEFINED)
|
||||
BREAK_TO_DEBUGGER();
|
||||
/* there are no ROM LUTs in OUTGAM */
|
||||
if (stream->out_transfer_func->type == TF_TYPE_PREDEFINED)
|
||||
BREAK_TO_DEBUGGER();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user