mbox series

[0/2] Fix alignment in comment blocks

Message ID 20240528131026.214773-1-brunolevilevi@usp.br (mailing list archive)
Headers show
Series Fix alignment in comment blocks | expand

Message

Bruno Rocha Levi May 28, 2024, 1:08 p.m. UTC
Hi!

This patchset fixes two alignment issues in comment blocks throughout
the codebase. These changes fix codestyle warnings reported from
checkpatch and are intended to improve code readability.

Thanks,

Bruno Rocha Levi (2):
  drm/vkms: Fix misalignment in comment block
  drivers/gpu: Fix misalignment in comment block

 drivers/gpu/drm/amd/acp/include/acp_gfx_if.h | 2 +-
 drivers/gpu/drm/vkms/vkms_drv.c              | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)