linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Bjorn Helgaas <helgaas@kernel.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com>
Subject: Re: [PATCH] arch/arm64: Fix typos
Date: Tue, 2 Jan 2024 17:50:26 -0800	[thread overview]
Message-ID: <f8c72e04-687d-488c-a14d-c6574601028c@infradead.org> (raw)
In-Reply-To: <20240103004059.1758712-1-helgaas@kernel.org>



On 1/2/24 16:40, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> Fix typos, most reported by "codespell arch/arm64".  Only touches comments,
> no code changes.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
>  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(-)
> 

> diff --git a/arch/arm64/boot/dts/qcom/sa8155p.dtsi b/arch/arm64/boot/dts/qcom/sa8155p.dtsi
> index ffb7ab695213..1bc86a8529e1 100644
> --- a/arch/arm64/boot/dts/qcom/sa8155p.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sa8155p.dtsi
> @@ -4,7 +4,7 @@
>   *
>   * SA8155P is an automotive variant of SM8150, with some minor changes.
>   * Most notably, the RPMhPD setup differs: MMCX and LCX/LMX rails are gone,
> - * though the cmd-db doesn't reflect that and access attemps result in a bite.
> + * though the cmd-db doesn't reflect that and access attempts result in a bite.

bite, eh?

>   */
>  
>  #include "sm8150.dtsi"


Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

-- 
#Randy

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2024-01-03  1:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-03  0:40 [PATCH] arch/arm64: Fix typos Bjorn Helgaas
2024-01-03  1:50 ` Randy Dunlap [this message]
2024-01-03 18:03 ` Will Deacon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f8c72e04-687d-488c-a14d-c6574601028c@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=bhelgaas@google.com \
    --cc=catalin.marinas@arm.com \
    --cc=helgaas@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).