summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuoHua Chen <chenguohua_716@163.com>2024-01-11 11:16:28 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-01-18 23:39:14 +0300
commit25157b1bc12e5f578744388f8109f7361f05d75d (patch)
tree84992455723322eb2afef01f44915257de38dbe7
parent3013edd68ea73712154ce7238e19deb52c55c4a4 (diff)
downloadlinux-25157b1bc12e5f578744388f8109f7361f05d75d.tar.xz
drm/radeon/kms: Clean up errors in rv6xx_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/rv6xx_dpm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/rv6xx_dpm.h b/drivers/gpu/drm/radeon/rv6xx_dpm.h
index 8035d53ebea6..020c0dc8361d 100644
--- a/drivers/gpu/drm/radeon/rv6xx_dpm.h
+++ b/drivers/gpu/drm/radeon/rv6xx_dpm.h
@@ -28,8 +28,7 @@
#include "r600_dpm.h"
/* Represents a single SCLK step. */
-struct rv6xx_sclk_stepping
-{
+struct rv6xx_sclk_stepping {
u32 vco_frequency;
u32 post_divider;
};