aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJamin Lin <jamin_lin@aspeedtech.com>2024-10-01 10:43:27 +0800
committerCédric Le Goater <clg@redhat.com>2024-10-24 07:57:47 +0200
commit33343bff71805fbcb155abbb112a6e9154335c89 (patch)
tree0cc7b57bbbfc04235d43c7caecd61aee5e7f54ad /include
parent6f625ce2f21d6a1243065d236298277c56f972d5 (diff)
downloadqemu-33343bff71805fbcb155abbb112a6e9154335c89.zip
qemu-33343bff71805fbcb155abbb112a6e9154335c89.tar.gz
qemu-33343bff71805fbcb155abbb112a6e9154335c89.tar.bz2
hw/gpio/aspeed: Fix coding style
Fix coding style issues from checkpatch.pl Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'include')
-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 90a12ae..39febda 100644
--- a/include/hw/gpio/aspeed_gpio.h
+++ b/include/hw/gpio/aspeed_gpio.h
@@ -88,7 +88,7 @@ struct AspeedGPIOState {
qemu_irq irq;
qemu_irq gpios[ASPEED_GPIO_MAX_NR_SETS][ASPEED_GPIOS_PER_SET];
-/* Parallel GPIO Registers */
+ /* Parallel GPIO Registers */
uint32_t debounce_regs[ASPEED_GPIO_NR_DEBOUNCE_REGS];
struct GPIOSets {
uint32_t data_value; /* Reflects pin values */