|
@@ -96,7 +96,8 @@ static void sync_print_pt(struct seq_file *s, struct sync_pt *pt, bool fence)
|
|
|
sync_status_str(status));
|
|
|
|
|
|
if (status <= 0) {
|
|
|
- struct timespec64 ts64 = ktime_to_timespec64(pt->base.timestamp);
|
|
|
+ struct timespec64 ts64 =
|
|
|
+ ktime_to_timespec64(pt->base.timestamp);
|
|
|
|
|
|
seq_printf(s, "@%lld.%09ld", (s64)ts64.tv_sec, ts64.tv_nsec);
|
|
|
}
|