mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/arm/aspeed_ast27x0-{ssp,tsp}: Fix coding style
Fix coding style warnings in aspeed_ast27x0-ssp.c and aspeed_ast27x0-tsp.c reported by checkpatch.pl regarding line length exceeding 80 characters. Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20251013054334.955331-17-jamin_lin@aspeedtech.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
committed by
Cédric Le Goater
parent
a6366527e3
commit
0cf9761b0a
@@ -263,7 +263,8 @@ static void aspeed_soc_ast27x0ssp_realize(DeviceState *dev_soc, Error **errp)
|
||||
sc->memmap[ASPEED_DEV_SCUIO], 0x1000);
|
||||
}
|
||||
|
||||
static void aspeed_soc_ast27x0ssp_class_init(ObjectClass *klass, const void *data)
|
||||
static void aspeed_soc_ast27x0ssp_class_init(ObjectClass *klass,
|
||||
const void *data)
|
||||
{
|
||||
static const char * const valid_cpu_types[] = {
|
||||
ARM_CPU_TYPE_NAME("cortex-m4"), /* TODO: cortex-m4f */
|
||||
|
||||
@@ -263,7 +263,8 @@ static void aspeed_soc_ast27x0tsp_realize(DeviceState *dev_soc, Error **errp)
|
||||
sc->memmap[ASPEED_DEV_SCUIO], 0x1000);
|
||||
}
|
||||
|
||||
static void aspeed_soc_ast27x0tsp_class_init(ObjectClass *klass, const void *data)
|
||||
static void aspeed_soc_ast27x0tsp_class_init(ObjectClass *klass,
|
||||
const void *data)
|
||||
{
|
||||
static const char * const valid_cpu_types[] = {
|
||||
ARM_CPU_TYPE_NAME("cortex-m4"), /* TODO cortex-m4f */
|
||||
|
||||
Reference in New Issue
Block a user