diff options
author | GuoHua Chen <chenguohua_716@163.com> | 2024-01-11 09:16:28 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-01-18 21:39:14 +0100 |
commit | 25157b1bc12e5f578744388f8109f7361f05d75d (patch) | |
tree | 84992455723322eb2afef01f44915257de38dbe7 /drivers/gpu/drm/radeon/rv6xx_dpm.h | |
parent | drm/radeon/btc_dpm: Clean up errors in btc_dpm.c (diff) | |
download | linux-25157b1bc12e5f578744388f8109f7361f05d75d.tar.xz linux-25157b1bc12e5f578744388f8109f7361f05d75d.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/radeon/rv6xx_dpm.h | 3 |
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; }; |