drm/i915: add trailing newlines to msgs
authorJim Cromie <jim.cromie@gmail.com>
Sun, 3 Sep 2023 18:46:00 +0000 (12:46 -0600)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 6 Sep 2023 16:38:29 +0000 (12:38 -0400)
commit183670347b060521920a81f84ff7f10e227ebe05
treeab50213889868a7dcb7607b60d412ce50abcf541
parenta3f84a67c79146ef2d86743529f8d9670519a170
drm/i915: add trailing newlines to msgs

By at least strong convention, a print-buffer's trailing newline says
"message complete, send it".  The exception (no TNL, followed by a call
to pr_cont) proves the general rule.

Most DRM.debug calls already comport with this: 207 DRM_DEV_DEBUG,
1288 drm_dbg.  Clean up the remainders, in maintainer sized chunks.

No functional changes.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
[Rodrigo changed subject while pushing]
Link: https://patchwork.freedesktop.org/patch/msgid/20230903184607.272198-4-jim.cromie@gmail.com
drivers/gpu/drm/i915/display/intel_ddi.c
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c