From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E0A5C3DA6E for ; Wed, 3 Jan 2024 18:04:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OLmht6XuziXW27H6x5nsfMCjkQItZiCr4VJhFUepAfA=; b=vdm38QpXF+mPQa px0jWpxMwpqbe2LIN9leIBQQJ9g0uwGb06wgcQdSeFRLxg+rT3NzEV8BfNGuJgLmbDKMzL86sq4jP CtWL7dPR+vtBHZwHYyd8aLlHJm+FqCQUGPBzyfuX1G0unCnontIjYwiaisx/hUlprh5ul/bWOAqPe 5+1LmhzuP0hufPER+zShYBG4F8g5+LeoqBzWRFTM8O2aylBwqVSD/0+4XvjGhfv1cS9fsP+KxEcTN RnGhSYLUAZ+53qg4Vz7KvZAk9ygZQ8+NROoK9aFnKDIodEYTzHZRkNsrrfO6Ytrqqx2xX5geEiD+Y +HZHdludVVCQKBhn+a0g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rL5as-00BcSl-2C; Wed, 03 Jan 2024 18:03:54 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rL5ap-00BcSG-28 for linux-arm-kernel@lists.infradead.org; Wed, 03 Jan 2024 18:03:53 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 4280E61324; Wed, 3 Jan 2024 18:03:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CDC7EC433C7; Wed, 3 Jan 2024 18:03:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704305025; bh=a4K2VWj3u7JRyre9+JlkYDAmdFDWh8WsCwWxtjZX3EE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tfggN9kKCCLmoYM1LxFFq3RTJlHyHMKvJ8uzJsguFuJ4PruSBKBnOL4zdKAOtXXL1 wC68zN9NlaDYvnFn5RnZngtLidlv8wmesljjdox5jeKSIrZMDySP4GJdL22LZd8gha NX6Gvr0K0pUOJ6+HkkpT4O5Ru7DmU2fmOt14yXrntkVnmoBExCkV7e6HJPwmrYlsCI zMnplHFBdeuXNIR9JZlQR2uDcWX7VWS8+WD9s5Z4k47kCLzPRt7bzV4on7aQddH+Bp xOrZL8YgxJXbysh3m8Ek1rpcbRRPlQ7EUDmGqRoOzzwjmj645pTfKrtnDUE/AzIo1q W+RWi+1sCfJ/g== Date: Wed, 3 Jan 2024 18:03:41 +0000 From: Will Deacon To: Bjorn Helgaas Cc: Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: Re: [PATCH] arch/arm64: Fix typos Message-ID: <20240103180341.GA6200@willie-the-truck> References: <20240103004059.1758712-1-helgaas@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240103004059.1758712-1-helgaas@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240103_100351_803196_4DADA2C6 X-CRM114-Status: GOOD ( 12.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hey Bjorn, On Tue, Jan 02, 2024 at 06:40:59PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Fix typos, most reported by "codespell arch/arm64". Only touches comments, > no code changes. > > Signed-off-by: Bjorn Helgaas > --- > 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel