From: Dan Carpenter Date: Mon, 8 Jun 2020 14:16:57 +0000 (+0300) Subject: drm/amd/display: Fix indenting in dcn30_set_output_transfer_func() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d00c3d045cd91b8d45e0a9cdfd91d4ace4e0bbc9;p=linux.git drm/amd/display: Fix indenting in dcn30_set_output_transfer_func() These lines are a part of the if statement and they are supposed to be indented one more tab. Signed-off-by: Dan Carpenter Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c index ab20320ebc994..37c310dbb3665 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c +++ b/drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c @@ -203,9 +203,9 @@ bool dcn30_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(); } }