From: Ran Sun Date: Wed, 2 Aug 2023 01:39:39 +0000 (+0000) Subject: drm/amd/pm: Clean up errors in hardwaremanager.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6f3d7a6a24516f06e7f025431be1e6dcd0875d5d;p=linux.git 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: Ran Sun Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h b/drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h index 01a7d66864f22..f4f9a104d170f 100644 --- a/drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h +++ b/drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h @@ -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 };