All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip: Fix the description of the Loongson PCH MSI controller
@ 2020-06-03 21:44 Jonathan Corbet
  2020-06-03 23:18 ` Jiaxun Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Corbet @ 2020-06-03 21:44 UTC (permalink / raw)
  To: Thomas Gleixner, Jason Cooper, Marc Zyngier; +Cc: LKML, Jiaxun Yang

Commit 632dcc2c75ef ("irqchip: Add Loongson PCH MSI controller") appears to
suffer from a lack of copy-and-paste fixup, with the result that the
KConfig description describes the wrong device.  Avoid potential user
confusion by getting the right acronym where it was meant to be.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 66b9a68f5e9f..d7c920afcfcb 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -550,7 +550,7 @@ config LOONGSON_PCH_PIC
 	  Support for the Loongson PCH PIC Controller.
 
 config LOONGSON_PCH_MSI
-	bool "Loongson PCH PIC Controller"
+	bool "Loongson PCH MSI Controller"
 	depends on MACH_LOONGSON64 || COMPILE_TEST
 	depends on PCI
 	default MACH_LOONGSON64
-- 
2.26.2


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

* Re: [PATCH] irqchip: Fix the description of the Loongson PCH MSI controller
  2020-06-03 21:44 [PATCH] irqchip: Fix the description of the Loongson PCH MSI controller Jonathan Corbet
@ 2020-06-03 23:18 ` Jiaxun Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Jiaxun Yang @ 2020-06-03 23:18 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Thomas Gleixner, Jason Cooper, Marc Zyngier, LKML

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=GB18030, Size: 1252 bytes --]

On Wed, 3 Jun 2020 15:44:06 -0600
Jonathan Corbet <corbet@lwn.net> wrote:

> Commit 632dcc2c75ef ("irqchip: Add Loongson PCH MSI controller")
> appears to suffer from a lack of copy-and-paste fixup, with the
> result that the KConfig description describes the wrong device.
> Avoid potential user confusion by getting the right acronym where it
> was meant to be.

Hi£¬

Thanks for addressing.

There is already a commit[1] fixing that. It will appear in Linus tree
very soon.


[1]:
https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/commit/?h=irq/irqchip-next&id=5a7f796d4f2028bde4c2ac778dfe0456851871b2

- Jiaxun

> 
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
> ---
>  drivers/irqchip/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index 66b9a68f5e9f..d7c920afcfcb 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -550,7 +550,7 @@ config LOONGSON_PCH_PIC
>  	  Support for the Loongson PCH PIC Controller.
>  
>  config LOONGSON_PCH_MSI
> -	bool "Loongson PCH PIC Controller"
> +	bool "Loongson PCH MSI Controller"
>  	depends on MACH_LOONGSON64 || COMPILE_TEST
>  	depends on PCI
>  	default MACH_LOONGSON64

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

end of thread, other threads:[~2020-06-03 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 21:44 [PATCH] irqchip: Fix the description of the Loongson PCH MSI controller Jonathan Corbet
2020-06-03 23:18 ` Jiaxun Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.