]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MIPS: Fix Macro name
authorAbhishek Tamboli <abhishektamboli9@gmail.com>
Thu, 27 Feb 2025 18:36:28 +0000 (00:06 +0530)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 19 Mar 2025 09:22:22 +0000 (10:22 +0100)
Add missing underscore in PCI_CFGA_BUS macro definition for consistency.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=219744
Signed-off-by: Abhishek Tamboli <abhishektamboli9@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/mach-rc32434/pci.h

index 3eb767c8a4eecd0561a9e3c0f2081d47fe769d09..e17ce82d02bae0eb1b6e582a3c7aa443a8af7de5 100644 (file)
@@ -167,7 +167,7 @@ struct pci_msu {
 #define PCI_CFGA_DEV           0x0000f800
 #define PCI_CFGA_DEV_INTERN    0
 #define PCI_CFGA_BUS_BIT       16
-#define PCI CFGA_BUS           0x00ff0000
+#define PCI_CFGA_BUS           0x00ff0000
 #define PCI_CFGA_BUS_TYPE0     0
 #define PCI_CFGA_EN            (1 << 31)