mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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:
parent
e761d50d68
commit
4d2d4f151b
|
|
@ -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},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user