OSDN Git Service

drm/amd: Clean up errors in pptable_v1_0.h
authorRan Sun <sunran001@208suo.com>
Tue, 1 Aug 2023 09:02:37 +0000 (09:02 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:40:55 +0000 (09:40 -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/hwmgr/pptable_v1_0.h

index b0ac4d1..7a31cfa 100644 (file)
@@ -419,8 +419,7 @@ typedef struct _ATOM_Fiji_PowerTune_Table {
        USHORT usReserved;
 } ATOM_Fiji_PowerTune_Table;
 
-typedef struct _ATOM_Polaris_PowerTune_Table
-{
+typedef struct _ATOM_Polaris_PowerTune_Table {
     UCHAR  ucRevId;
     USHORT usTDP;
     USHORT usConfigurableTDP;