diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-24 19:16:05 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2023-01-26 18:44:35 +0100 |
commit | 11fc944f7e14a67a2fbf578da5d7244525cf9571 (patch) | |
tree | a5497fb7ef0442c906c935d9865f94594a7c1e93 /arch/arm64/Kconfig.platforms | |
parent | arm64: cpufeature: Use kstrtobool() instead of strtobool() (diff) | |
download | linux-11fc944f7e14a67a2fbf578da5d7244525cf9571.tar.xz linux-11fc944f7e14a67a2fbf578da5d7244525cf9571.zip |
arm64: Kconfig: fix spelling
Fix spelling typos in arm64: (reported by codespell)
s/upto/up to/
s/familly/family/
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Will Deacon <will@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20230124181605.14144-1-rdunlap@infradead.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index d1970adf80ab..333d0af650d2 100644 --- 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 |