drm/radeon: Clean up errors in trinity_dpm.c
Fix the following errors reported by checkpatch: ERROR: that open brace { should be on the previous line ERROR: space prohibited before that ',' (ctx:WxW) ERROR: need consistent spacing around '-' (ctx:WxV) Signed-off-by: GuoHua Chen <chenguohua_716@163.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
54a5d71723
commit
328f63b158
@ -64,8 +64,7 @@ extern void cik_exit_rlc_safe_mode(struct radeon_device *rdev);
|
||||
extern void cik_update_cg(struct radeon_device *rdev,
|
||||
u32 block, bool enable);
|
||||
|
||||
static const struct kv_pt_config_reg didt_config_kv[] =
|
||||
{
|
||||
static const struct kv_pt_config_reg didt_config_kv[] = {
|
||||
{ 0x10, 0x000000ff, 0, 0x0, KV_CONFIGREG_DIDT_IND },
|
||||
{ 0x10, 0x0000ff00, 8, 0x0, KV_CONFIGREG_DIDT_IND },
|
||||
{ 0x10, 0x00ff0000, 16, 0x0, KV_CONFIGREG_DIDT_IND },
|
||||
|
Loading…
x
Reference in New Issue
Block a user