]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
genirq/msi: Correct CONFIG_PCI_MSI_ARCH_FALLBACKS macro name in comment
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sat, 13 Jun 2026 21:35:43 +0000 (14:35 -0700)
committerThomas Gleixner <tglx@kernel.org>
Mon, 22 Jun 2026 20:32:01 +0000 (22:32 +0200)
commit865730eec5435ce40a5dc3c615077d04c8f95098
tree8b87580ce2b6fc3cc198afb6aac8bcafc52b64ac
parent37738fdf2ab1e504d1c63ce5bc0aeb6452d8f057
genirq/msi: Correct CONFIG_PCI_MSI_ARCH_FALLBACKS macro name in comment

A comment in kernel/irq/msi.c incorrectly refers to
CONFIG_PCI_MSI_ARCH_FALLBACK instead of CONFIG_PCI_MSI_ARCH_FALLBACKS.
Correct it.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260613213544.90613-1-enelsonmoore@gmail.com
kernel/irq/msi.c