hw/display/pxa2xx: Apply brace-related coding style fixes to template header
commit9347e042088430e3bb860692b02fdec6be1ac4da
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2021 14:15:13 +0000 (11 14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Mar 2021 13:14:56 +0000 (14 13:14 +0000)
tree7c76630c4438c189a8ef5d39e3fc7b4317ab427a
parentb48b884fc45cfc1d615ed5d028abbe278992800a
hw/display/pxa2xx: Apply brace-related coding style fixes to template header

We're about to move code from the template header into pxa2xx_lcd.c.
Before doing that, make coding style fixes so checkpatch doesn't
complain about the patch which moves the code. This commit fixes
missing braces in the SKIP_PIXEL() macro definition and in if()
statements.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20210211141515.8755-8-peter.maydell@linaro.org
hw/display/pxa2xx_template.h