From: Matthew Brost <matthew.brost@intel.com>
To: <intel-xe@lists.freedesktop.org>
Cc: Matthew Brost <matthew.brost@intel.com>
Subject: [PATCH] drm/xe/trace: Remove extra newline from GuC CT trace points
Date: Fri, 2 Feb 2024 13:26:18 -0800 [thread overview]
Message-ID: <20240202212618.2544150-1-matthew.brost@intel.com> (raw)
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
next reply other threads:[~2024-02-02 21:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 21:26 Matthew Brost [this message]
2024-02-02 21:28 ` ✓ CI.Patch_applied: success for drm/xe/trace: Remove extra newline from GuC CT trace points 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240202212618.2544150-1-matthew.brost@intel.com \
--to=matthew.brost@intel.com \
--cc=intel-xe@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox