mbox series

[0/5] drm_dbg: add trailing newlines where missing

Message ID 20230730215758.54010-1-jim.cromie@gmail.com (mailing list archive)
Headers show
Series drm_dbg: add trailing newlines where missing | expand

Message

Jim Cromie July 30, 2023, 9:57 p.m. UTC
Most of the (~1500) DRM.debug callsites provide a trailing newline in
their format-strings.  Fix the remainder to do the same.

no functional changes

Jim Cromie (5):
  drm_dbg: add trailing newlines to remaining callsites
  drm_dbg: add trailing newlines
  drm_dbg: add trailing newlines
  drm_dbg: add trailing newlines
  drm_dbg: add trailing newlines

 drivers/gpu/drm/drm_connector.c                |  4 +++-
 drivers/gpu/drm/i915/display/intel_ddi.c       |  2 +-
 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c |  4 ++--
 drivers/gpu/drm/kmb/kmb_crtc.c                 | 10 +++++-----
 drivers/gpu/drm/kmb/kmb_plane.c                |  6 +++---
 drivers/gpu/drm/msm/msm_fb.c                   |  6 +++---
 drivers/gpu/drm/vc4/vc4_crtc.c                 |  4 ++--
 7 files changed, 19 insertions(+), 17 deletions(-)