Re: [PATCH] drm/amd/pm: Clean up errors in vega20_hwmgr.h

2023-08-07 Thread Alex Deucher
39 AM > > To: Deucher, Alexander ; airl...@gmail.com; > > dan...@ffwll.ch > > Cc: Ran Sun ; dri-de...@lists.freedesktop.org; > > amd-gfx@lists.freedesktop.org; linux-ker...@vger.kernel.org > > Subject: [PATCH] drm/amd/pm: Clean up errors in vega20_hwmgr.h > > >

RE: [PATCH] drm/amd/pm: Clean up errors in vega20_hwmgr.h

2023-08-01 Thread Quan, Evan
esktop.org; > amd-gfx@lists.freedesktop.org; linux-ker...@vger.kernel.org > Subject: [PATCH] drm/amd/pm: Clean up errors in vega20_hwmgr.h > > Fix the following errors reported by checkpatch: > > ERROR: open brace '{' following enum go on the same line > > Signed-off

[PATCH] drm/amd/pm: Clean up errors in vega20_hwmgr.h

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: open brace '{' following enum go on the same line Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/pm/powerplay/h