aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMark Rutland <[email protected]>2017-01-09 14:13:36 +0000
committerWill Deacon <[email protected]>2017-01-10 12:35:27 +0000
commit117f5727ae058de03e2407f5fe566e715d143596 (patch)
tree09618319478e87f96c90cac58ec5440fc8b422a8 /tools/perf/scripts/python
parent8f4b326d663b92e1c2a53a6857bef42e91aea5a6 (diff)
arm64: add missing printk newlines
A few printk calls in arm64 omit a trailing newline, even though there is no subsequent KERN_CONT printk associated with them, and we actually want a newline. This can result in unrelated lines being appended, rather than appearing on a new line. Additionally, timestamp prefixes may appear in-line. This makes the logs harder to read than necessary. Avoid this by adding a trailing newline. These were found with a shortlist generated by: $ git grep 'pr\(intk\|_.*\)(.*)' -- arch/arm64 | grep -v pr_fmt | grep -v '\\n"' Signed-off-by: Mark Rutland <[email protected]> CC: James Morse <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions