target/arm: Fix checkpatch space errors in helper.c
authorFabiano Rosas <farosas@suse.de>
Tue, 13 Dec 2022 19:05:33 +0000 (16:05 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Jan 2023 12:28:37 +0000 (12:28 +0000)
commit04215eb100e940b35b48956376ea6565d3e78393
treea2b5f06a4eb511d9e2121539040891463d734015
parent9b37a28c78376b93eea209eaa052d7c6c7a579ba
target/arm: Fix checkpatch space errors in helper.c

Fix the following:

ERROR: spaces required around that '|' (ctx:VxV)
ERROR: space required before the open parenthesis '('
ERROR: spaces required around that '+' (ctx:VxB)
ERROR: space prohibited between function name and open parenthesis '('

(the last two still have some occurrences in macros which I left
behind because it might impact readability)

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-id: 20221213190537.511-3-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c