Applied. Thanks! On Tue, Aug 1, 2023 at 4:37 AM Ran Sun <sunran001@xxxxxxxxxx> wrote: > > Fix the following errors reported by checkpatch: > > ERROR: open brace '{' following struct go on the same line > > Signed-off-by: Ran Sun <sunran001@xxxxxxxxxx> > --- > drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h > index b3103bd4be42..1f987e846628 100644 > --- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h > +++ b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h > @@ -278,16 +278,14 @@ struct pp_atom_ctrl__avfs_parameters { > uint8_t ucReserved; > }; > > -struct _AtomCtrl_HiLoLeakageOffsetTable > -{ > +struct _AtomCtrl_HiLoLeakageOffsetTable { > USHORT usHiLoLeakageThreshold; > USHORT usEdcDidtLoDpm7TableOffset; > USHORT usEdcDidtHiDpm7TableOffset; > }; > typedef struct _AtomCtrl_HiLoLeakageOffsetTable AtomCtrl_HiLoLeakageOffsetTable; > > -struct _AtomCtrl_EDCLeakgeTable > -{ > +struct _AtomCtrl_EDCLeakgeTable { > ULONG DIDT_REG[24]; > }; > typedef struct _AtomCtrl_EDCLeakgeTable AtomCtrl_EDCLeakgeTable; > -- > 2.17.1 >