Re: [PATCH] arch/arm64: Fix typos

From: Will Deacon
Date: Wed Jan 03 2024 - 13:03:55 EST


Hey Bjorn,

On Tue, Jan 02, 2024 at 06:40:59PM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>
> Fix typos, most reported by "codespell arch/arm64". Only touches comments,
> no code changes.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
> ---
> arch/arm64/Kconfig | 2 +-
> arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.1.dts | 2 +-
> arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 2 +-
> arch/arm64/boot/dts/apm/apm-storm.dtsi | 2 +-
> arch/arm64/boot/dts/exynos/exynos7.dtsi | 2 +-
> arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 2 +-
> arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts | 2 +-
> arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi | 2 +-
> arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 ++--
> arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon.dtsi | 2 +-
> arch/arm64/boot/dts/qcom/sa8155p.dtsi | 2 +-
> arch/arm64/boot/dts/qcom/sc7280-qcard.dtsi | 4 ++--
> arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts | 2 +-
> arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi | 2 +-
> arch/arm64/boot/dts/renesas/draak.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts | 2 +-
> arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 2 +-
> arch/arm64/include/asm/assembler.h | 4 ++--
> arch/arm64/include/asm/cpufeature.h | 4 ++--
> arch/arm64/include/asm/kvm_hyp.h | 2 +-
> arch/arm64/include/asm/pgtable.h | 2 +-
> arch/arm64/include/asm/suspend.h | 2 +-
> arch/arm64/include/asm/traps.h | 4 ++--
> arch/arm64/kernel/acpi.c | 2 +-
> arch/arm64/kernel/cpufeature.c | 6 +++---
> arch/arm64/kernel/entry-common.c | 2 +-
> arch/arm64/kernel/entry-ftrace.S | 2 +-
> arch/arm64/kernel/entry.S | 2 +-
> arch/arm64/kernel/ftrace.c | 2 +-
> arch/arm64/kernel/machine_kexec.c | 2 +-
> arch/arm64/kernel/probes/uprobes.c | 2 +-
> arch/arm64/kernel/sdei.c | 2 +-
> arch/arm64/kernel/smp.c | 2 +-
> arch/arm64/kernel/traps.c | 2 +-
> arch/arm64/kvm/arch_timer.c | 2 +-
> arch/arm64/kvm/fpsimd.c | 2 +-
> arch/arm64/kvm/hyp/nvhe/host.S | 2 +-
> arch/arm64/kvm/hyp/nvhe/mm.c | 4 ++--
> arch/arm64/kvm/inject_fault.c | 2 +-
> arch/arm64/kvm/vgic/vgic-init.c | 2 +-
> arch/arm64/kvm/vgic/vgic-its.c | 4 ++--
> 41 files changed, 50 insertions(+), 50 deletions(-)

The maintenance of stuff under arch/arm64/ is distributed between a few
different trees, so I think you'll need to split this into separate
patches if you want to see it merged. Otherwise, it's going to lead to
painful cross-tree conflicts and I suspect it would just get dropped
seeing as it's not critical functionality.

The good news is that scripts/get_maintainer.pl knows about these trees
and, looking quickly at this diffstat, you probably just want
devicetree, kvmarm and me+Catalin.

Cheers,

Will