File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ DECLARE_EVENT_CLASS(event_da_monitor,
29
29
__entry -> final_state = final_state ;
30
30
),
31
31
32
- TP_printk ("%s x %s -> %s %s" ,
32
+ TP_printk ("%s x %s -> %s%s" ,
33
33
__entry -> state ,
34
34
__entry -> event ,
35
35
__entry -> next_state ,
36
- __entry -> final_state ? "(final)" : "" )
36
+ __entry -> final_state ? " (final)" : "" )
37
37
);
38
38
39
39
DECLARE_EVENT_CLASS (error_da_monitor ,
@@ -90,12 +90,12 @@ DECLARE_EVENT_CLASS(event_da_monitor_id,
90
90
__entry -> final_state = final_state ;
91
91
),
92
92
93
- TP_printk ("%d: %s x %s -> %s %s" ,
93
+ TP_printk ("%d: %s x %s -> %s%s" ,
94
94
__entry -> id ,
95
95
__entry -> state ,
96
96
__entry -> event ,
97
97
__entry -> next_state ,
98
- __entry -> final_state ? "(final)" : "" )
98
+ __entry -> final_state ? " (final)" : "" )
99
99
);
100
100
101
101
DECLARE_EVENT_CLASS (error_da_monitor_id ,
You can’t perform that action at this time.
0 commit comments