Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/trace: Remove extra newline from GuC CT trace points
@ 2024-02-02 21:26 Matthew Brost
  2024-02-02 21:28 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Matthew Brost @ 2024-02-02 21:26 UTC (permalink / raw)
  To: intel-xe; +Cc: Matthew Brost

TP_printk includes a newline at the end, no need for an extra one.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
---
 drivers/gpu/drm/xe/xe_trace.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_trace.h b/drivers/gpu/drm/xe/xe_trace.h
index e4e7262191ad..7858ca0d0720 100644
--- a/drivers/gpu/drm/xe/xe_trace.h
+++ b/drivers/gpu/drm/xe/xe_trace.h
@@ -578,7 +578,7 @@ DECLARE_EVENT_CLASS(xe_guc_ctb,
 			    __entry->_head = _head;
 		    ),
 
-		    TP_printk("gt%d: H2G CTB: action=0x%x, len=%d, tail=%d, head=%d\n",
+		    TP_printk("gt%d: H2G CTB: action=0x%x, len=%d, tail=%d, head=%d",
 			      __entry->gt_id, __entry->action, __entry->len,
 			      __entry->tail, __entry->_head)
 );
@@ -592,7 +592,7 @@ DEFINE_EVENT_PRINT(xe_guc_ctb, xe_guc_ctb_g2h,
 		   TP_PROTO(u8 gt_id, u32 action, u32 len, u32 _head, u32 tail),
 		   TP_ARGS(gt_id, action, len, _head, tail),
 
-		   TP_printk("gt%d: G2H CTB: action=0x%x, len=%d, tail=%d, head=%d\n",
+		   TP_printk("gt%d: G2H CTB: action=0x%x, len=%d, tail=%d, head=%d",
 			     __entry->gt_id, __entry->action, __entry->len,
 			     __entry->tail, __entry->_head)
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-02 22:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-02 21:26 [PATCH] drm/xe/trace: Remove extra newline from GuC CT trace points Matthew Brost
2024-02-02 21:28 ` ✓ CI.Patch_applied: success for " Patchwork
2024-02-02 21:28 ` ✓ CI.checkpatch: " Patchwork
2024-02-02 21:29 ` ✓ CI.KUnit: " Patchwork
2024-02-02 21:36 ` ✓ CI.Build: " Patchwork
2024-02-02 21:36 ` ✓ CI.Hooks: " Patchwork
2024-02-02 21:38 ` ✓ CI.checksparse: " Patchwork
2024-02-02 22:01 ` ✓ CI.BAT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox