[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240627170847.125531-1-colin.i.king@gmail.com>
Date: Thu, 27 Jun 2024 18:08:47 +0100
From: Colin Ian King <colin.i.king@...il.com>
To: Steven Rostedt <rostedt@...dmis.org>,
Masami Hiramatsu <mhiramat@...nel.org>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Takashi Sakamoto <o-takashi@...amocchi.jp>,
linux-kernel@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org,
linux-trace-kernel@...r.kernel.org
Subject: [PATCH][next] firewire: core: Fix spelling mistakes in tracepoint messages
There are two spelling mistakes in the tracepoint message text. Fix them.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
include/trace/events/firewire.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/trace/events/firewire.h b/include/trace/events/firewire.h
index d9158a134beb..86330ba58336 100644
--- a/include/trace/events/firewire.h
+++ b/include/trace/events/firewire.h
@@ -853,7 +853,7 @@ DECLARE_EVENT_CLASS(isoc_single_completions_template,
memcpy(__get_dynamic_array(header), header, __get_dynamic_array_len(header));
),
TP_printk(
- "context=0x%llx card_index=%u timestap=0x%04x cause=%s header=%s",
+ "context=0x%llx card_index=%u timestamp=0x%04x cause=%s header=%s",
__entry->context,
__entry->card_index,
__entry->timestamp,
@@ -891,7 +891,7 @@ TRACE_EVENT(isoc_inbound_multiple_completions,
__entry->cause = cause;
),
TP_printk(
- "context=0x%llx card_index=%u comleted=%u cause=%s",
+ "context=0x%llx card_index=%u completed=%u cause=%s",
__entry->context,
__entry->card_index,
__entry->completed,
--
2.39.2
Powered by blists - more mailing lists