drm/amd/pm: Clean up errors in hardwaremanager.h
authorRan Sun <sunran001@208suo.com>
Wed, 2 Aug 2023 01:39:39 +0000 (01:39 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:42:33 +0000 (09:42 -0400)
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>
drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h

index 01a7d66864f227c524edd251d87fbdd8216c3d52..f4f9a104d170f60d2289f91971da16258364020d 100644 (file)
@@ -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
 };