[PATCH 2/2] drivers/gpu: Fix misalignment in comment block

2024-05-29 Thread Bruno Rocha Levi
This patch fixes a warning from checkpatch by ensuring the trailing */ is aligned with the rest of the *, improving readability. Co-developed-by: Lucas Antonio Signed-off-by: Lucas Antonio Signed-off-by: Bruno Rocha Levi --- drivers/gpu/drm/amd/acp/include/acp_gfx_if.h | 2 +- 1 file changed,

Re: [PATCH 2/2] drivers/gpu: Fix misalignment in comment block

2024-05-28 Thread Alex Deucher
Applied. Thanks! Alex On Tue, May 28, 2024 at 10:47 AM Bruno Rocha Levi wrote: > > This patch fixes a warning from checkpatch by ensuring the trailing */ is > aligned with the rest of the *, improving readability. > > Co-developed-by: Lucas Antonio > Signed-off-by: Lucas Antonio > Signed-off-