Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f95e0d1c authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: clean up kernel/sched_stat.h



clean up kernel/sched_stat.h.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent c1a89740
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -52,7 +52,8 @@ static int show_schedstat(struct seq_file *seq, void *v)
				    sd->lb_nobusyq[itype],
				    sd->lb_nobusyg[itype]);
			}
			seq_printf(seq, " %u %u %u %u %u %u %u %u %u %u %u %u\n",
			seq_printf(seq,
				   " %u %u %u %u %u %u %u %u %u %u %u %u\n",
			    sd->alb_count, sd->alb_failed, sd->alb_pushed,
			    sd->sbe_count, sd->sbe_balanced, sd->sbe_pushed,
			    sd->sbf_count, sd->sbf_balanced, sd->sbf_pushed,