Re: [PATCH] drm/amd/display: Clean up errors in dcn316_smu.c

2023-08-07 Thread Alex Deucher
Applied. Thanks! On Tue, Aug 1, 2023 at 11:03 PM Ran Sun wrote: > > Fix the following errors reported by checkpatch: > > ERROR: open brace '{' following struct go on the same line > ERROR: code indent should use tabs where possible > > Signed-off-by: Ran Sun > --- >

[PATCH] drm/amd/display: Clean up errors in dcn316_smu.c

2023-08-02 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: open brace '{' following struct go on the same line ERROR: code indent should use tabs where possible Signed-off-by: Ran Sun --- .../amd/display/dc/clk_mgr/dcn316/dcn316_smu.c | 18 -- 1 file changed, 8 insertions(+), 10