mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-28 20:00:38 -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:
parent
5c14d7cbd4
commit
567accba67
1 changed files with 4 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue