From: GuoHua Chen Date: Thu, 11 Jan 2024 08:09:23 +0000 (+0000) Subject: drm/radeon/dpm: Clean up errors in trinity_dpm.h X-Git-Tag: v6.9-rc1~26^2~26^2~200 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1b5a5e4055f507154d7f19ec85a360bd90a33144;p=linux-block.git 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 Signed-off-by: Alex Deucher --- 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;