projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c0efc
)
drm/i915/gt: Drop rogue space in the middle of GT_TRACE
author
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 16 Jan 2020 12:57:49 +0000
(12:57 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 16 Jan 2020 15:41:34 +0000
(15:41 +0000)
Remove the double space that crept into the fmt stringification.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20200116125749.2786743-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_gt.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gt/intel_gt.h
b/drivers/gpu/drm/i915/gt/intel_gt.h
index 1dac441cb8f4e7d0aa86082e379e0b1e11eb1233..4fac043750aa39ad2fa3d5c96a10686f951d6277 100644
(file)
--- a/
drivers/gpu/drm/i915/gt/intel_gt.h
+++ b/
drivers/gpu/drm/i915/gt/intel_gt.h
@@
-14,7
+14,7
@@
struct drm_i915_private;
#define GT_TRACE(gt, fmt, ...) do { \
const struct intel_gt *gt__ __maybe_unused = (gt); \
- GEM_TRACE("%s
" fmt, dev_name(gt__->i915->drm.dev),
\
+ GEM_TRACE("%s
" fmt, dev_name(gt__->i915->drm.dev),
\
##__VA_ARGS__); \
} while (0)