mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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 <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4d2d4f151b
commit
6f3d7a6a24
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user