mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
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>
This commit is contained in:
parent
3013edd68e
commit
25157b1bc1
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue