arm64: sanity checks: add missing newline to print
authorMark Rutland <mark.rutland@arm.com>
Tue, 25 Nov 2014 13:27:42 +0000 (13:27 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 25 Nov 2014 15:56:43 +0000 (15:56 +0000)
commitefdf4211d5b103535ae22972acadf57c9fc38b30
tree18a6dfbfac09fd8d7b55a9d77cd3971b69dfe906
parent9760270c36a4d2ac640ea6294f4f8634a8b27121
arm64: sanity checks: add missing newline to print

A missing newline in the WARN_TAINT_ONCE string results in ugly and
somewhat difficult to read output in the case of a sanity check failure,
as the next print does not appear on a new line:

  Unsupported CPU feature variation.Modules linked in:

This patch adds the missing newline, fixing the output formatting.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/cpuinfo.c
This page took 0.025347 seconds and 5 git commands to generate.