X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=kernel%2Flatencytop.c;h=a02812743a7e63378a79cc768255f807a7fd469b;hb=615cc2c9cf9529846fbc342560d6787c2ccaaeea;hp=a462b317f9a0002bb5d35de480f97c8a70b43c3f;hpb=dd38d298385cb054263e634cf94cf18dc3ae1fc1;p=cascardo%2Flinux.git diff --git a/kernel/latencytop.c b/kernel/latencytop.c index a462b317f9a0..a02812743a7e 100644 --- a/kernel/latencytop.c +++ b/kernel/latencytop.c @@ -88,7 +88,8 @@ static void clear_global_latency_tracing(void) } static void __sched -account_global_scheduler_latency(struct task_struct *tsk, struct latency_record *lat) +account_global_scheduler_latency(struct task_struct *tsk, + struct latency_record *lat) { int firstnonnull = MAXLR + 1; int i; @@ -255,7 +256,7 @@ static int lstats_show(struct seq_file *m, void *v) break; seq_printf(m, " %ps", (void *)bt); } - seq_printf(m, "\n"); + seq_puts(m, "\n"); } } return 0;