target/arm: Fix coding style issues in gdbstub code in helper.c
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 21 Sep 2021 16:28:58 +0000 (17:28 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Sep 2021 12:42:10 +0000 (13:42 +0100)
commitd59b7cdccc6558f126c3081f7582131029c35660
tree843bd71864b2f6cf440047cf9317cf9dfe42a2df
parent0e2a76110465ec95fd9f2c4820f186ca8106ab49
target/arm: Fix coding style issues in gdbstub code in helper.c

We're going to move this code to a different file; fix the coding
style first so checkpatch doesn't complain.  This includes deleting
the spurious 'break' statements after returns in the
vfp_gdb_get_reg() function.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210921162901.17508-3-peter.maydell@linaro.org
target/arm/helper.c