summaryrefslogtreecommitdiffstats
path: root/include/hw/gpio
diff options
context:
space:
mode:
authorMarkus Armbruster2022-05-06 15:49:11 +0200
committerMarkus Armbruster2022-05-11 16:50:32 +0200
commitea9cea93c69d508a333dd1b0cb1a44f6daf80b63 (patch)
tree7817a5b07af3cb84bfa28839519a77f38ecd55d2 /include/hw/gpio
parentNormalize header guard symbol definition (diff)
downloadqemu-ea9cea93c69d508a333dd1b0cb1a44f6daf80b63.tar.gz
qemu-ea9cea93c69d508a333dd1b0cb1a44f6daf80b63.tar.xz
qemu-ea9cea93c69d508a333dd1b0cb1a44f6daf80b63.zip
Clean up decorations and whitespace around header guards
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220506134911.2856099-5-armbru@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/hw/gpio')
-rw-r--r--include/hw/gpio/aspeed_gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/gpio/aspeed_gpio.h b/include/hw/gpio/aspeed_gpio.h
index 801846befb..6dee3cd438 100644
--- a/include/hw/gpio/aspeed_gpio.h
+++ b/include/hw/gpio/aspeed_gpio.h
@@ -93,4 +93,4 @@ struct AspeedGPIOState {
} sets[ASPEED_GPIO_MAX_NR_SETS];
};
-#endif /* _ASPEED_GPIO_H_ */
+#endif /* ASPEED_GPIO_H */