mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 20:53:07 -04:00
drm/amd/display: Clean up errors in dc_stream.c
Fix the following errors reported by checkpatch:
ERROR: that open brace { should be on the previous line
Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -71,8 +71,7 @@ static bool dc_stream_construct(struct dc_stream_state *stream,
|
||||
|
||||
/* Copy audio modes */
|
||||
/* TODO - Remove this translation */
|
||||
for (i = 0; i < (dc_sink_data->edid_caps.audio_mode_count); i++)
|
||||
{
|
||||
for (i = 0; i < (dc_sink_data->edid_caps.audio_mode_count); i++) {
|
||||
stream->audio_info.modes[i].channel_count = dc_sink_data->edid_caps.audio_modes[i].channel_count;
|
||||
stream->audio_info.modes[i].format_code = dc_sink_data->edid_caps.audio_modes[i].format_code;
|
||||
stream->audio_info.modes[i].sample_rates.all = dc_sink_data->edid_caps.audio_modes[i].sample_rate;
|
||||
|
||||
Reference in New Issue
Block a user