]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: pci: refer to legacy as INTx interrupts
authorPeter Colberg <pcolberg@redhat.com>
Mon, 20 Oct 2025 17:02:22 +0000 (17:02 +0000)
committerDanilo Krummrich <dakr@kernel.org>
Thu, 23 Oct 2025 18:12:32 +0000 (20:12 +0200)
commitc7f6d5380f6ef5c328b63807c4e9b73eaef9aeda
tree44e81544ea5560190103733c9b1430b00df588a8
parent6d0ef68955d30be1e218caf160ec32eec23ebc6e
rust: pci: refer to legacy as INTx interrupts

Consistently use INTx, as in the description of IrqType::Intx, to refer
to the four legacy PCI interrupts, INTA#, INTB#, INTC#, and INTD#.

Link: https://lore.kernel.org/rust-for-linux/20251015230209.GA960343@bhelgaas/
Link: https://github.com/Rust-for-Linux/linux/issues/1196
Suggested-by: Bjorn Helgaas <helgaas@kernel.org>
Signed-off-by: Peter Colberg <pcolberg@redhat.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/pci/irq.rs