summaryrefslogtreecommitdiff
path: root/include/trace
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-06-27 18:08:47 +0100
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-06-28 10:03:53 +0900
commit502099acb8cbf08acb6b43ff2b8da43d2bf85166 (patch)
tree560e7d97e9f2ebaf6c34742646da4138d9b9c8ed /include/trace
parent0d8914165dd17b0fd330538871968efabb3227c0 (diff)
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@gmail.com> Link: https://lore.kernel.org/r/20240627170847.125531-1-colin.i.king@gmail.com Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/firewire.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/trace/events/firewire.h b/include/trace/events/firewire.h
index aa00c9f33551..bac9d98e88e5 100644
--- a/include/trace/events/firewire.h
+++ b/include/trace/events/firewire.h
@@ -854,7 +854,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,
@@ -892,7 +892,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,