drm/radeon/dpm: Clean up errors in trinity_dpm.h
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 08:09:23 +0000 (08:09 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:39:09 +0000 (15:39 -0500)
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>
drivers/gpu/drm/radeon/trinity_dpm.h

index c261657750cacd791876db78b1bea618cced24ac..431e2b68d21e3ee9dd565b85830424869ab08324 100644 (file)
@@ -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;