drm/amd/pm: Clean up errors in navi10_ppt.c
Fix the following errors reported by checkpatch: ERROR: open brace '{' following function definitions go on the next line ERROR: space required before the open parenthesis '(' ERROR: space required after that ',' (ctx:VxV) ERROR: spaces required around that '=' (ctx:VxW) Signed-off-by: Ran Sun <sunran001@208suo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
81dc5ccd75
commit
1e3a58df21
1 changed files with 13 additions and 12 deletions
|
@ -2559,7 +2559,8 @@ static int navi10_set_default_od_settings(struct smu_context *smu)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int navi10_od_edit_dpm_table(struct smu_context *smu, enum PP_OD_DPM_TABLE_COMMAND type, long input[], uint32_t size) {
|
||||
static int navi10_od_edit_dpm_table(struct smu_context *smu, enum PP_OD_DPM_TABLE_COMMAND type, long input[], uint32_t size)
|
||||
{
|
||||
int i;
|
||||
int ret = 0;
|
||||
struct smu_table_context *table_context = &smu->smu_table;
|
||||
|
|
Loading…
Add table
Reference in a new issue