drm/i915/guc: Remove excessive line feeds in state dumps
authorJohn Harrison <John.C.Harrison@Intel.com>
Mon, 31 Oct 2022 22:00:07 +0000 (15:00 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Fri, 4 Nov 2022 19:08:19 +0000 (12:08 -0700)
commitcc2e0cf0ad47db7f51283e5c9bd2212a994ad527
tree5608649a3a0161f0d9c186a8a7bc4e3176fb4ca5
parent6f7de35b50860c345babf8ed0aa0d75f9315eee4
drm/i915/guc: Remove excessive line feeds in state dumps

Some of the GuC state dump messages were adding extra line feeds. When
printing via a DRM printer to dmesg, for example, that messes up the
log formatting as it loses any prefixing from the printer. Given that
the extra line feeds are just in the middle of random bits of GuC
state, there isn't any real need for them. So just remove them
completely.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221031220007.4176835-1-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc.c
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c