Skip to content

Commit a23df9a

Browse files
FlyGoatMarc Zyngier
authored andcommitted
irqchip/loongson-pci-msi: Fix a typo in Kconfig
PCH MSI driver's menuconfig entry was wrong. Fix it. Fixes: 632dcc2 ("irqchip: Add Loongson PCH MSI controller") Signed-off-by: Jiaxun Yang <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b3a9e3b commit a23df9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ config LOONGSON_PCH_PIC
563563
Support for the Loongson PCH PIC Controller.
564564

565565
config LOONGSON_PCH_MSI
566-
bool "Loongson PCH PIC Controller"
566+
bool "Loongson PCH MSI Controller"
567567
depends on MACH_LOONGSON64 || COMPILE_TEST
568568
depends on PCI
569569
default MACH_LOONGSON64

0 commit comments

Comments
 (0)