Commit 25157b1b authored by GuoHua Chen's avatar GuoHua Chen Committed by Alex Deucher

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: default avatarGuoHua Chen <chenguohua_716@163.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3013edd6
...@@ -28,8 +28,7 @@ ...@@ -28,8 +28,7 @@
#include "r600_dpm.h" #include "r600_dpm.h"
/* Represents a single SCLK step. */ /* Represents a single SCLK step. */
struct rv6xx_sclk_stepping struct rv6xx_sclk_stepping {
{
u32 vco_frequency; u32 vco_frequency;
u32 post_divider; u32 post_divider;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment