All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iommu/apple-dart: correct CONFIG_PCIE_APPLE macro name in comment
@ 2026-06-09 19:56 Ethan Nelson-Moore
  2026-06-10 17:02 ` Sven Peter
  2026-06-11 13:43 ` Joerg Roedel (AMD)
  0 siblings, 2 replies; 3+ messages in thread
From: Ethan Nelson-Moore @ 2026-06-09 19:56 UTC (permalink / raw)
  To: iommu, linux-kernel
  Cc: Ethan Nelson-Moore, Sven Peter, Janne Grunau, Neal Gompa,
	Joerg Roedel (AMD), Will Deacon, Robin Murphy

A comment in drivers/iommu/apple-dart.c incorrectly refers to
CONFIG_PCI_APPLE instead of CONFIG_PCIE_APPLE. 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>
---
 drivers/iommu/apple-dart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/apple-dart.c b/drivers/iommu/apple-dart.c
index 17bdadb6b504..b160fb464c5f 100644
--- a/drivers/iommu/apple-dart.c
+++ b/drivers/iommu/apple-dart.c
@@ -976,7 +976,7 @@ static int apple_dart_def_domain_type(struct device *dev)
 }
 
 #ifndef CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR
-/* Keep things compiling when CONFIG_PCI_APPLE isn't selected */
+/* Keep things compiling when CONFIG_PCIE_APPLE isn't selected */
 #define CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR	0
 #endif
 #define DOORBELL_ADDR	(CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR & PAGE_MASK)
-- 
2.43.0


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

* Re: [PATCH] iommu/apple-dart: correct CONFIG_PCIE_APPLE macro name in comment
  2026-06-09 19:56 [PATCH] iommu/apple-dart: correct CONFIG_PCIE_APPLE macro name in comment Ethan Nelson-Moore
@ 2026-06-10 17:02 ` Sven Peter
  2026-06-11 13:43 ` Joerg Roedel (AMD)
  1 sibling, 0 replies; 3+ messages in thread
From: Sven Peter @ 2026-06-10 17:02 UTC (permalink / raw)
  To: Ethan Nelson-Moore, iommu, linux-kernel
  Cc: Janne Grunau, Neal Gompa, Joerg Roedel (AMD), Will Deacon,
	Robin Murphy

On 09.06.26 21:56, Ethan Nelson-Moore wrote:
> A comment in drivers/iommu/apple-dart.c incorrectly refers to
> CONFIG_PCI_APPLE instead of CONFIG_PCIE_APPLE. 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>
> ---

Reviewed-by: Sven Peter <sven@kernel.org>



Thanks,


Sven

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

* Re: [PATCH] iommu/apple-dart: correct CONFIG_PCIE_APPLE macro name in comment
  2026-06-09 19:56 [PATCH] iommu/apple-dart: correct CONFIG_PCIE_APPLE macro name in comment Ethan Nelson-Moore
  2026-06-10 17:02 ` Sven Peter
@ 2026-06-11 13:43 ` Joerg Roedel (AMD)
  1 sibling, 0 replies; 3+ messages in thread
From: Joerg Roedel (AMD) @ 2026-06-11 13:43 UTC (permalink / raw)
  To: Ethan Nelson-Moore
  Cc: iommu, linux-kernel, Sven Peter, Janne Grunau, Neal Gompa,
	Will Deacon, Robin Murphy

On Tue, Jun 09, 2026 at 12:56:04PM -0700, Ethan Nelson-Moore wrote:
>  drivers/iommu/apple-dart.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

end of thread, other threads:[~2026-06-11 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 19:56 [PATCH] iommu/apple-dart: correct CONFIG_PCIE_APPLE macro name in comment Ethan Nelson-Moore
2026-06-10 17:02 ` Sven Peter
2026-06-11 13:43 ` Joerg Roedel (AMD)

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.