RE: [PATCH v3 2/5] drm/kmb: add trailing newlines to drm_dbg msgs

2023-09-06 Thread Chrisanthus, Anitha
org; intel- > g...@lists.freedesktop.org > Cc: daniel.vet...@ffwll.ch; dan...@ffwll.ch; Nikula, Jani > ; ville.syrj...@linux.intel.com; > seanp...@chromium.org; robdcl...@gmail.com; Jim Cromie > ; Chrisanthus, Anitha > ; Edmund Dea ; > David Airlie > Subject: [PATCH v3 2/5] drm/kmb: add trail

[PATCH v3 2/5] drm/kmb: add trailing newlines to drm_dbg msgs

2023-09-06 Thread Jim Cromie
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 maintaine