Skip to content

Commit 502099a

Browse files
ColinIanKingtakaswie
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Sakamoto <[email protected]>
1 parent 0d89141 commit 502099a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/trace/events/firewire.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ DECLARE_EVENT_CLASS(isoc_single_completions_template,
854854
memcpy(__get_dynamic_array(header), header, __get_dynamic_array_len(header));
855855
),
856856
TP_printk(
857-
"context=0x%llx card_index=%u timestap=0x%04x cause=%s header=%s",
857+
"context=0x%llx card_index=%u timestamp=0x%04x cause=%s header=%s",
858858
__entry->context,
859859
__entry->card_index,
860860
__entry->timestamp,
@@ -892,7 +892,7 @@ TRACE_EVENT(isoc_inbound_multiple_completions,
892892
__entry->cause = cause;
893893
),
894894
TP_printk(
895-
"context=0x%llx card_index=%u comleted=%u cause=%s",
895+
"context=0x%llx card_index=%u completed=%u cause=%s",
896896
__entry->context,
897897
__entry->card_index,
898898
__entry->completed,

0 commit comments

Comments
 (0)