mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
Merge "sched/walt: append carriage return to not_preferred output"
This commit is contained in:
commit
749d60cba7
|
|
@ -402,6 +402,7 @@ static ssize_t show_not_preferred(const struct cluster_data *state, char *buf)
|
|||
count += scnprintf(buf + count, PAGE_SIZE - count,
|
||||
"%u ", c->not_preferred);
|
||||
}
|
||||
count += scnprintf(buf + count, PAGE_SIZE - count, "\n");
|
||||
spin_unlock_irqrestore(&state_lock, flags);
|
||||
|
||||
return count;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user