linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: Fix Macro name
@ 2025-02-27 18:36 Abhishek Tamboli
  2025-03-19  9:24 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Abhishek Tamboli @ 2025-02-27 18:36 UTC (permalink / raw)
  To: tsbogend; +Cc: linux-mips, linux-kernel

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>
---
 arch/mips/include/asm/mach-rc32434/pci.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/include/asm/mach-rc32434/pci.h b/arch/mips/include/asm/mach-rc32434/pci.h
index 3eb767c8a4ee..e17ce82d02ba 100644
--- a/arch/mips/include/asm/mach-rc32434/pci.h
+++ b/arch/mips/include/asm/mach-rc32434/pci.h
@@ -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)

--
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: Fix Macro name
  2025-02-27 18:36 [PATCH] MIPS: Fix Macro name Abhishek Tamboli
@ 2025-03-19  9:24 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2025-03-19  9:24 UTC (permalink / raw)
  To: Abhishek Tamboli; +Cc: linux-mips, linux-kernel

On Fri, Feb 28, 2025 at 12:06:28AM +0530, Abhishek Tamboli wrote:
> 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>
> ---
>  arch/mips/include/asm/mach-rc32434/pci.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/include/asm/mach-rc32434/pci.h b/arch/mips/include/asm/mach-rc32434/pci.h
> index 3eb767c8a4ee..e17ce82d02ba 100644
> --- a/arch/mips/include/asm/mach-rc32434/pci.h
> +++ b/arch/mips/include/asm/mach-rc32434/pci.h
> @@ -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)
> 
> --
> 2.34.1

applied to mips-next

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-19 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 18:36 [PATCH] MIPS: Fix Macro name Abhishek Tamboli
2025-03-19  9:24 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).