From: Ran Sun Date: Tue, 1 Aug 2023 09:02:37 +0000 (+0000) Subject: drm/amd: Clean up errors in pptable_v1_0.h X-Git-Tag: v6.6-rc1~1^2~9^2~84 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=08b4dc2fdb35c35708cbf5dab200f1d95fdf1edb;p=linux-2.6-block.git drm/amd: Clean up errors in pptable_v1_0.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/hwmgr/pptable_v1_0.h b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pptable_v1_0.h index b0ac4d121adc..7a31cfa5e7fb 100644 --- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pptable_v1_0.h +++ b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/pptable_v1_0.h @@ -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;