OSDN Git Service

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

Fix this:
ERROR: braces {} are necessary for all arms of this statement

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-4-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c