]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Fix code style issues in debug helper functions
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Jun 2022 19:41:12 +0000 (20:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Jul 2022 10:37:33 +0000 (11:37 +0100)
commit573b8ec70093d3c1b5789f106c5758a7e6c279fb
treeabd82899ff03e42c264d48309203c7e73a4b8aa2
parent95047cdeb3d6cb8e4e2fecc82994afbb51b3352e
target/arm: Fix code style issues in debug helper functions

Before moving debug system register helper functions to a
different file, fix the code style issues (mostly block
comment syntax) so checkpatch doesn't complain about the
code-motion patch.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220630194116.3438513-2-peter.maydell@linaro.org
target/arm/helper.c