File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ DECLARE_EVENT_CLASS(isoc_single_completions_template,
854
854
memcpy (__get_dynamic_array (header ), header , __get_dynamic_array_len (header ));
855
855
),
856
856
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" ,
858
858
__entry -> context ,
859
859
__entry -> card_index ,
860
860
__entry -> timestamp ,
@@ -892,7 +892,7 @@ TRACE_EVENT(isoc_inbound_multiple_completions,
892
892
__entry -> cause = cause ;
893
893
),
894
894
TP_printk (
895
- "context=0x%llx card_index=%u comleted =%u cause=%s" ,
895
+ "context=0x%llx card_index=%u completed =%u cause=%s" ,
896
896
__entry -> context ,
897
897
__entry -> card_index ,
898
898
__entry -> completed ,
You can’t perform that action at this time.
0 commit comments