Re: [PATCH] drm/amdgpu: Clean up errors in vega20_baco.c

2023-08-07 Thread Alex Deucher
03 PM > > 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/amdgpu: Clean up errors in vega20_baco.c > > > >

RE: [PATCH] drm/amdgpu: Clean up errors in vega20_baco.c

2023-08-01 Thread Quan, Evan
esktop.org; > amd-gfx@lists.freedesktop.org; linux-ker...@vger.kernel.org > Subject: [PATCH] drm/amdgpu: Clean up errors in vega20_baco.c > > Fix the following errors reported by checkpatch: > > ERROR: that open brace { should be on the previous line > ERROR: space required before

[PATCH] drm/amdgpu: Clean up errors in vega20_baco.c

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: that open brace { should be on the previous line ERROR: space required before the open parenthesis '(' Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_baco.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletion