[PATCH] iommu: Spelling s/cpmxchg64/cmpxchg64/

Geert Uytterhoeven posted 1 patch 2 years, 6 months ago
drivers/iommu/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] iommu: Spelling s/cpmxchg64/cmpxchg64/
Posted by Geert Uytterhoeven 2 years, 6 months ago
Fix misspellings of "cmpxchg64"

Fixes: d286a58bc8f4d5cf ("iommu: Tidy up io-pgtable dependencies")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
---
 drivers/iommu/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index 889c7efd050bc89f..c4928514e5e2a5ca 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -33,7 +33,7 @@ config IOMMU_IO_PGTABLE_LPAE
 	bool "ARMv7/v8 Long Descriptor Format"
 	select IOMMU_IO_PGTABLE
 	depends on ARM || ARM64 || COMPILE_TEST
-	depends on !GENERIC_ATOMIC64	# for cpmxchg64()
+	depends on !GENERIC_ATOMIC64	# for cmpxchg64()
 	help
 	  Enable support for the ARM long descriptor pagetable format.
 	  This allocator supports 4K/2M/1G, 16K/32M and 64K/512M page
@@ -72,7 +72,7 @@ config IOMMU_IO_PGTABLE_DART
 	bool "Apple DART Formats"
 	select IOMMU_IO_PGTABLE
 	depends on ARM64 || COMPILE_TEST
-	depends on !GENERIC_ATOMIC64	# for cpmxchg64()
+	depends on !GENERIC_ATOMIC64	# for cmpxchg64()
 	help
 	  Enable support for the Apple DART pagetable formats. These include
 	  the t8020 and t6000/t8110 DART formats used in Apple M1/M2 family
-- 
2.34.1
Re: [PATCH] iommu: Spelling s/cpmxchg64/cmpxchg64/
Posted by Joerg Roedel 2 years, 5 months ago
On Wed, Mar 08, 2023 at 06:17:08PM +0100, Geert Uytterhoeven wrote:
>  drivers/iommu/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.
Re: [PATCH] iommu: Spelling s/cpmxchg64/cmpxchg64/
Posted by Robin Murphy 2 years, 6 months ago
On 2023-03-08 17:17, Geert Uytterhoeven wrote:
> Fix misspellings of "cmpxchg64"

Oof, thanks Geert!

Acked-by: Robin Murphy <robin.murphy@arm.com>

> Fixes: d286a58bc8f4d5cf ("iommu: Tidy up io-pgtable dependencies")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> ---
>   drivers/iommu/Kconfig | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
> index 889c7efd050bc89f..c4928514e5e2a5ca 100644
> --- a/drivers/iommu/Kconfig
> +++ b/drivers/iommu/Kconfig
> @@ -33,7 +33,7 @@ config IOMMU_IO_PGTABLE_LPAE
>   	bool "ARMv7/v8 Long Descriptor Format"
>   	select IOMMU_IO_PGTABLE
>   	depends on ARM || ARM64 || COMPILE_TEST
> -	depends on !GENERIC_ATOMIC64	# for cpmxchg64()
> +	depends on !GENERIC_ATOMIC64	# for cmpxchg64()
>   	help
>   	  Enable support for the ARM long descriptor pagetable format.
>   	  This allocator supports 4K/2M/1G, 16K/32M and 64K/512M page
> @@ -72,7 +72,7 @@ config IOMMU_IO_PGTABLE_DART
>   	bool "Apple DART Formats"
>   	select IOMMU_IO_PGTABLE
>   	depends on ARM64 || COMPILE_TEST
> -	depends on !GENERIC_ATOMIC64	# for cpmxchg64()
> +	depends on !GENERIC_ATOMIC64	# for cmpxchg64()
>   	help
>   	  Enable support for the Apple DART pagetable formats. These include
>   	  the t8020 and t6000/t8110 DART formats used in Apple M1/M2 family