mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
6f625ce2f2
commit
33343bff71
2 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue