✓ CI.checkpatch: success for drm/xe/guc: Remove spurious line feed in debug print
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 26 20:19:09 UTC 2024
== Series Details ==
Series: drm/xe/guc: Remove spurious line feed in debug print
URL : https://patchwork.freedesktop.org/series/135447/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6d3c5cbfedc688b8e415449b252fe8d3c5f3ee4d
Author: John Harrison <John.C.Harrison at Intel.com>
Date: Wed Jun 26 22:12:06 2024 +0200
drm/xe/guc: Remove spurious line feed in debug print
Including line feeds at the start of a debug print messes up the
output when sent to dmesg. The break actually appears between all the
usefu prefix information and the actual string being printed. In this
case, each block of data has a very clear start line and an extra
delimeter is really not necessary. So don't do it.
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 39235fee2ef6c0933097ee921c86a676dba72ada drm-intel
6d3c5cbfedc6 drm/xe/guc: Remove spurious line feed in debug print
More information about the Intel-xe
mailing list