drm/amd/pm: Clean up errors in pp_thermal.h
Fix the following errors reported by checkpatch:
ERROR: open brace '{' following struct go on the same line
Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -25,14 +25,12 @@
|
||||
|
||||
#include "power_state.h"
|
||||
|
||||
static const struct PP_TemperatureRange __maybe_unused SMU7ThermalWithDelayPolicy[] =
|
||||
{
|
||||
static const struct PP_TemperatureRange __maybe_unused SMU7ThermalWithDelayPolicy[] = {
|
||||
{-273150, 99000, 99000, -273150, 99000, 99000, -273150, 99000, 99000},
|
||||
{ 120000, 120000, 120000, 120000, 120000, 120000, 120000, 120000, 120000},
|
||||
};
|
||||
|
||||
static const struct PP_TemperatureRange __maybe_unused SMU7ThermalPolicy[] =
|
||||
{
|
||||
static const struct PP_TemperatureRange __maybe_unused SMU7ThermalPolicy[] = {
|
||||
{-273150, 99000, 99000, -273150, 99000, 99000, -273150, 99000, 99000},
|
||||
{ 120000, 120000, 120000, 120000, 120000, 120000, 120000, 120000, 120000},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user