Commit 6f3d7a6a authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher
Browse files

drm/amd/pm: Clean up errors in hardwaremanager.h



Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct go on the same line

Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4d2d4f15
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -44,8 +44,7 @@ struct phm_fan_speed_info {
};

/* Automatic Power State Throttling */
enum PHM_AutoThrottleSource
{
enum PHM_AutoThrottleSource {
    PHM_AutoThrottleSource_Thermal,
    PHM_AutoThrottleSource_External
};