projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00ca20
)
hw/arm/aspeed: Fix coding style
author
Jamin Lin
<jamin_lin@aspeedtech.com>
Wed, 4 Dec 2024 08:44:49 +0000
(16:44 +0800)
committer
Cédric Le Goater
<clg@redhat.com>
Wed, 11 Dec 2024 06:25:53 +0000
(07:25 +0100)
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>
Link:
https://lore.kernel.org/r/20241204084453.610660-3-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/arm/aspeed_ast2600.c
patch
|
blob
|
history
diff --git
a/hw/arm/aspeed_ast2600.c
b/hw/arm/aspeed_ast2600.c
index be3eb70cdd77f37a41e011c585faf39f903d5bcd..c40d3d84435f1e43d640fd161b9120b7dfaa9df6 100644
(file)
--- a/
hw/arm/aspeed_ast2600.c
+++ b/
hw/arm/aspeed_ast2600.c
@@
-541,7
+541,8
@@
static void aspeed_soc_ast2600_realize(DeviceState *dev, Error **errp)
if (!sysbus_realize(SYS_BUS_DEVICE(&s->gpio), errp)) {
return;
}
- aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->gpio), 0, sc->memmap[ASPEED_DEV_GPIO]);
+ aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->gpio), 0,
+ sc->memmap[ASPEED_DEV_GPIO]);
sysbus_connect_irq(SYS_BUS_DEVICE(&s->gpio), 0,
aspeed_soc_get_irq(s, ASPEED_DEV_GPIO));