Commit 17c31edf authored by XueBing Chen's avatar XueBing Chen Committed by Alex Deucher

drm/radeon: Clean up errors in radeon.h

Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct go on the same line
Signed-off-by: default avatarXueBing Chen <chenxb_99091@126.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c435ebd0
...@@ -1355,14 +1355,12 @@ struct radeon_dpm_thermal { ...@@ -1355,14 +1355,12 @@ struct radeon_dpm_thermal {
bool high_to_low; bool high_to_low;
}; };
enum radeon_clk_action enum radeon_clk_action {
{
RADEON_SCLK_UP = 1, RADEON_SCLK_UP = 1,
RADEON_SCLK_DOWN RADEON_SCLK_DOWN
}; };
struct radeon_blacklist_clocks struct radeon_blacklist_clocks {
{
u32 sclk; u32 sclk;
u32 mclk; u32 mclk;
enum radeon_clk_action action; enum radeon_clk_action action;
......
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