]> git.baikalelectronics.ru Git - kernel.git/commit
sched: Correct printk whitespace in warning from cpu down task check
authorFrans Pop <elendil@planet.nl>
Mon, 25 Jan 2010 13:56:34 +0000 (14:56 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 28 Jan 2010 05:59:55 +0000 (06:59 +0100)
commit49a9c138778cf31f9d3ee050e701ff81e39ea79c
tree7e9f748cd920ced68fc51e21f761155d3c7d94ec
parent6c5b6a2306785d03c4fb2267b86c375218d62623
sched: Correct printk whitespace in warning from cpu down task check

Due to an incorrect line break the output currently contains tabs.
Also remove trailing space.

The actual output that logcheck sent me looked like this:
 Task events/1 (pid = 10) is on cpu 1^I^I^I^I(state = 1, flags = 84208040)

After this patch it becomes:
 Task events/1 (pid = 10) is on cpu 1 (state = 1, flags = 84208040)

Signed-off-by: Frans Pop <elendilplanet.nl>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <201001251456.34996.elendil@planet.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/cpu.c