hw/arm/boot: Fix block comment style in arm_load_kernel()
commitc3a42358e31a7bd45e6ac12013895d2897169ca5
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Feb 2019 16:52:41 +0000 (5 16:52 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Feb 2019 16:52:41 +0000 (5 16:52 +0000)
treeed282e8dbfd56b22f36087986ce8774b3db02c6d
parent45a4de25835b8c29283d40e47cc2291e7cea2337
hw/arm/boot: Fix block comment style in arm_load_kernel()

Fix the block comment style in arm_load_kernel() to QEMU's
current style preferences. This will allow us to do some
refactoring of this function without checkpatch complaining
about the code-motion patches.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-id: 20190131112240.8395-2-peter.maydell@linaro.org
hw/arm/boot.c