2023-01-24 18:16:16

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] arm64: Kconfig: fix spelling

Fix spelling typos in arm64: (reported by codespell)
s/upto/up to/
s/familly/family/

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: [email protected]
---
arch/arm64/Kconfig | 2 +-
arch/arm64/Kconfig.platforms | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff -- a/arch/arm64/Kconfig b/arch/arm64/Kconfig
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1499,7 +1499,7 @@ config ARCH_FORCE_MAX_ORDER
This config option is actually maximum order plus one. For example,
a value of 11 means that the largest free memory block is 2^10 pages.

- We make sure that we can allocate upto a HugePage size for each configuration.
+ We make sure that we can allocate up to a HugePage size for each configuration.
Hence we have :
MAX_ORDER = (PMD_SHIFT - PAGE_SHIFT) + 1 => PAGE_SHIFT - 2

diff -- a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -187,7 +187,7 @@ config ARCH_MVEBU
select PINCTRL_ARMADA_CP110
select PINCTRL_AC5
help
- This enables support for Marvell EBU familly, including:
+ This enables support for Marvell EBU family, including:
- Armada 3700 SoC Family
- Armada 7K SoC Family
- Armada 8K SoC Family


2023-01-26 18:49:37

by Catalin Marinas

[permalink] [raw]
Subject: Re: [PATCH] arm64: Kconfig: fix spelling

On Tue, 24 Jan 2023 10:16:05 -0800, Randy Dunlap wrote:
> Fix spelling typos in arm64: (reported by codespell)
> s/upto/up to/
> s/familly/family/
>
>

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: Kconfig: fix spelling
https://git.kernel.org/arm64/c/11fc944f7e14

--
Catalin