Skip to content

Commit c25f234

Browse files
maciej-w-rozyckiKAGA-KOKO
authored andcommitted
x86/PCI: Fix coding style in PIRQ table verification
Remove an extraneous space with a cast in `pirq_check_routing_table'. Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/alpine.DEB.2.21.2203310017260.44113@angie.orcam.me.uk
1 parent 4969e22 commit c25f234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/pci/irq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static inline struct irq_routing_table *pirq_check_routing_table(u8 *addr,
7777
int i;
7878
u8 sum;
7979

80-
rt = (struct irq_routing_table *) addr;
80+
rt = (struct irq_routing_table *)addr;
8181
if (rt->signature != PIRQ_SIGNATURE ||
8282
rt->version != PIRQ_VERSION ||
8383
rt->size % 16 ||

0 commit comments

Comments
 (0)