mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
drm/radeon/dpm: Clean up errors in trinity_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
e0353ea0da
commit
1b5a5e4055
1 changed files with 1 additions and 2 deletions
|
|
@ -64,8 +64,7 @@ struct trinity_ps {
|
|||
|
||||
#define TRINITY_NUM_NBPSTATES 4
|
||||
|
||||
struct trinity_uvd_clock_table_entry
|
||||
{
|
||||
struct trinity_uvd_clock_table_entry {
|
||||
u32 vclk;
|
||||
u32 dclk;
|
||||
u8 vclk_did;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue