[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20231019010332.25878-2-yang.lee@linux.alibaba.com>
Date: Thu, 19 Oct 2023 09:03:32 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: alexander.deucher@....com, harry.wentland@....com,
airlied@...il.com, daniel@...ll.ch
Cc: amd-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org, Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next 2/2] drm/amd/display: clean up one inconsistent indenting
drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml2_policy.c:206 dml2_policy_build_synthetic_soc_states() warn: inconsistent indenting
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6933
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
drivers/gpu/drm/amd/display/dc/dml2/dml2_policy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/dml2/dml2_policy.c b/drivers/gpu/drm/amd/display/dc/dml2/dml2_policy.c
index f8e9aa32ceab..0b3ab7aaea87 100644
--- a/drivers/gpu/drm/amd/display/dc/dml2/dml2_policy.c
+++ b/drivers/gpu/drm/amd/display/dc/dml2/dml2_policy.c
@@ -203,7 +203,7 @@ int dml2_policy_build_synthetic_soc_states(struct dml2_policy_build_synthetic_so
s->entry.fabricclk_mhz = p->in_states->state_array[i].fabricclk_mhz;
s->entry.dram_speed_mts = 0;
- insert_entry_into_table_sorted(p->in_bbox, p->out_states, &s->entry);
+ insert_entry_into_table_sorted(p->in_bbox, p->out_states, &s->entry);
}
}
// Add max FCLK
--
2.20.1.7.g153144c
Powered by blists - more mailing lists