Commit 502099ac authored by Colin Ian King's avatar Colin Ian King Committed by Takashi Sakamoto

firewire: core: Fix spelling mistakes in tracepoint messages

There are two spelling mistakes in the tracepoint message text. Fix them.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240627170847.125531-1-colin.i.king@gmail.comSigned-off-by: default avatarTakashi Sakamoto <o-takashi@sakamocchi.jp>
parent 0d891416
...@@ -854,7 +854,7 @@ DECLARE_EVENT_CLASS(isoc_single_completions_template, ...@@ -854,7 +854,7 @@ DECLARE_EVENT_CLASS(isoc_single_completions_template,
memcpy(__get_dynamic_array(header), header, __get_dynamic_array_len(header)); memcpy(__get_dynamic_array(header), header, __get_dynamic_array_len(header));
), ),
TP_printk( 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->context,
__entry->card_index, __entry->card_index,
__entry->timestamp, __entry->timestamp,
...@@ -892,7 +892,7 @@ TRACE_EVENT(isoc_inbound_multiple_completions, ...@@ -892,7 +892,7 @@ TRACE_EVENT(isoc_inbound_multiple_completions,
__entry->cause = cause; __entry->cause = cause;
), ),
TP_printk( 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->context,
__entry->card_index, __entry->card_index,
__entry->completed, __entry->completed,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment