Commit d8c76d01 authored by Thomas Gleixner's avatar Thomas Gleixner

x86/ioapic: Cleanup structs

Make them conforming to the TIP coding style guide.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Tested-by: default avatarQiuxu Zhuo <qiuxu.zhuo@intel.com>
Tested-by: default avatarBreno Leitao <leitao@debian.org>
Link: https://lore.kernel.org/all/20240802155440.402005874@linutronix.de
parent 6daceb89
......@@ -105,13 +105,9 @@ struct mp_ioapic_gsi {
};
static struct ioapic {
/*
* # of IRQ routing registers
*/
/* # of IRQ routing registers */
int nr_registers;
/*
* Saved state during suspend/resume, or while enabling intr-remap.
*/
/* Saved state during suspend/resume, or while enabling intr-remap. */
struct IO_APIC_route_entry *saved_registers;
/* I/O APIC config */
struct mpc_ioapic mp_config;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment