mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/intc/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> Link: https://lore.kernel.org/qemu-devel/20250522023305.2486536-3-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
5c14d7cbd4
commit
567accba67
@@ -1001,7 +1001,8 @@ static AspeedINTCIRQ aspeed_2700ssp_intcio_irqs[ASPEED_INTC_MAX_INPINS] = {
|
||||
{5, 5, 1, R_SSPINT165_EN, R_SSPINT165_STATUS},
|
||||
};
|
||||
|
||||
static void aspeed_2700ssp_intcio_class_init(ObjectClass *klass, const void *data)
|
||||
static void aspeed_2700ssp_intcio_class_init(ObjectClass *klass,
|
||||
const void *data)
|
||||
{
|
||||
DeviceClass *dc = DEVICE_CLASS(klass);
|
||||
AspeedINTCClass *aic = ASPEED_INTC_CLASS(klass);
|
||||
@@ -1069,7 +1070,8 @@ static AspeedINTCIRQ aspeed_2700tsp_intcio_irqs[ASPEED_INTC_MAX_INPINS] = {
|
||||
{5, 5, 1, R_TSPINT165_EN, R_TSPINT165_STATUS},
|
||||
};
|
||||
|
||||
static void aspeed_2700tsp_intcio_class_init(ObjectClass *klass, const void *data)
|
||||
static void aspeed_2700tsp_intcio_class_init(ObjectClass *klass,
|
||||
const void *data)
|
||||
{
|
||||
DeviceClass *dc = DEVICE_CLASS(klass);
|
||||
AspeedINTCClass *aic = ASPEED_INTC_CLASS(klass);
|
||||
|
||||
Reference in New Issue
Block a user