summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuoHua Chen <chenguohua_716@163.com>2024-01-11 11:09:23 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-01-18 23:39:09 +0300
commit1b5a5e4055f507154d7f19ec85a360bd90a33144 (patch)
tree43ba1079421da790de167385721db7a48f9eb775
parente0353ea0da6135ff6dfcb78847c21ea70ddc8a58 (diff)
downloadlinux-1b5a5e4055f507154d7f19ec85a360bd90a33144.tar.xz
drm/radeon/dpm: Clean up errors in trinity_dpm.h
Fix the following errors reported by checkpatch: ERROR: open brace '{' following struct go on the same line Signed-off-by: GuoHua Chen <chenguohua_716@163.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/radeon/trinity_dpm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/trinity_dpm.h b/drivers/gpu/drm/radeon/trinity_dpm.h
index c261657750ca..431e2b68d21e 100644
--- a/drivers/gpu/drm/radeon/trinity_dpm.h
+++ b/drivers/gpu/drm/radeon/trinity_dpm.h
@@ -64,8 +64,7 @@ struct trinity_ps {
#define TRINITY_NUM_NBPSTATES 4
-struct trinity_uvd_clock_table_entry
-{
+struct trinity_uvd_clock_table_entry {
u32 vclk;
u32 dclk;
u8 vclk_did;