Commit 09d97d0a authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher
Browse files

drm/amd/pm: Clean up errors in smu_v13_0_7_ppt.c



Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct go on the same line
ERROR: spaces required around that '=' (ctx:VxW)
ERROR: that open brace { should be on the previous line

Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 26272ed7
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -392,8 +392,7 @@ static int smu_v13_0_7_check_fw_status(struct smu_context *smu)
}

#ifndef atom_smc_dpm_info_table_13_0_7
struct atom_smc_dpm_info_table_13_0_7
{
struct atom_smc_dpm_info_table_13_0_7 {
	struct atom_common_table_header table_header;
	BoardTable_t BoardTable;
};
@@ -1641,8 +1640,7 @@ static int smu_v13_0_7_force_clk_levels(struct smu_context *smu,
	return ret;
}

static const struct smu_temperature_range smu13_thermal_policy[] =
{
static const struct smu_temperature_range smu13_thermal_policy[] = {
	{-273150,  99000, 99000, -273150, 99000, 99000, -273150, 99000, 99000},
	{ 120000, 120000, 120000, 120000, 120000, 120000, 120000, 120000, 120000},
};