xen/arm: domain_build: Panic message should end with a newline
authorJulien Grall <julien.grall@arm.com>
Mon, 18 Feb 2019 10:21:06 +0000 (10:21 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Mon, 25 Feb 2019 22:28:07 +0000 (14:28 -0800)
commit1c858928009c51178a9c6cac9e42343ee81dfe37
tree142febec0c77bb176602fe4cff52e23ac5be6394
parentcc85de570c7ed91b32f123bef35e4ac2692cbfef
xen/arm: domain_build: Panic message should end with a newline

Since commit 25eb5eec79 "xen: Fix inconsistent callers of panic()" all
the panic message should end with a newline. Unfortunately, some
commits pushed afterwards does not follow the rule.

Modify the offending panic messages to avoid more inconsistency.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Release-acked-by: Juergen Gross <jgross@suse.com>
xen/arch/arm/domain_build.c