Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[firefly-linux-kernel-4.4.55.git] / drivers / staging / android / sync_debug.c
index 1532a86404bee209081476e25443a8eb7833955d..91ed2c4cff45b1d42e8679cdb4fbcf0682d10789 100644 (file)
@@ -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);
        }