From: 王程刚 <wangchenggang@vivo.com>
To: "'Catalin Marinas'" <catalin.marinas@arm.com>,
"'Will Deacon'" <will@kernel.org>,
"'Mark Rutland'" <mark.rutland@arm.com>,
"'Marc Zyngier'" <maz@kernel.org>,
"'Allison Randal'" <allison@lohutok.net>,
"'Greg Kroah-Hartman'" <gregkh@linuxfoundation.org>,
"'Andrew Murray'" <amurray@thegoodpenguin.co.uk>,
"'Thomas Gleixner'" <tglx@linutronix.de>,
"'Chenggang Wang'" <wangchenggang@vivo.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Cc: <trivial@kernel.org>, <wenhu.wang@vivo.com>
Subject: [PATCH] arch/arm64: fix typo in a comment
Date: Mon, 9 Mar 2020 15:21:42 +0800 [thread overview]
Message-ID: <000401d5f5e3$622aefa0$2680cee0$@vivo.com> (raw)
Fix typo in a comment in arch/arm64/include/asm/esr.h
"Unallocted" -> "Unallocated"
Signed-off-by: Chenggang Wang <wangchenggang@vivo.com>
---
arch/arm64/include/asm/esr.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/include/asm/esr.h b/arch/arm64/include/asm/esr.h
index cb29253ae86b..6a395a7e6707 100644
--- a/arch/arm64/include/asm/esr.h
+++ b/arch/arm64/include/asm/esr.h
@@ -60,7 +60,7 @@
#define ESR_ELx_EC_BKPT32 (0x38)
/* Unallocated EC: 0x39 */
#define ESR_ELx_EC_VECTOR32 (0x3A) /* EL2 only */
-/* Unallocted EC: 0x3B */
+/* Unallocated EC: 0x3B */
#define ESR_ELx_EC_BRK64 (0x3C)
/* Unallocated EC: 0x3D - 0x3F */
#define ESR_ELx_EC_MAX (0x3F)
--
2.20.1
next reply other threads:[~2020-03-09 7:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-09 7:21 王程刚 [this message]
2020-03-09 10:44 ` [PATCH] arch/arm64: fix typo in a comment Mark Rutland
2020-03-09 17:10 ` Catalin Marinas
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='000401d5f5e3$622aefa0$2680cee0$@vivo.com' \
--to=wangchenggang@vivo.com \
--cc=allison@lohutok.net \
--cc=amurray@thegoodpenguin.co.uk \
--cc=catalin.marinas@arm.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=maz@kernel.org \
--cc=tglx@linutronix.de \
--cc=trivial@kernel.org \
--cc=wenhu.wang@vivo.com \
--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