Message ID | alpine.DEB.2.21.2203310017260.44113@angie.orcam.me.uk (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | x86/PCI: Improve $PIR and add $IRT PIRQ routing support | expand |
Index: linux-macro/arch/x86/pci/irq.c =================================================================== --- linux-macro.orig/arch/x86/pci/irq.c +++ linux-macro/arch/x86/pci/irq.c @@ -77,7 +77,7 @@ static inline struct irq_routing_table * int i; u8 sum; - rt = (struct irq_routing_table *) addr; + rt = (struct irq_routing_table *)addr; if (rt->signature != PIRQ_SIGNATURE || rt->version != PIRQ_VERSION || rt->size % 16 ||
Remove an extraneous space with a cast in `pirq_check_routing_table'. Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk> --- Changes from v3: - Remove parts obsoleted by 1/5. New change in v3. --- arch/x86/pci/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)