mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arch/arm64: fix typo in a comment
@ 2020-03-09  7:21 王程刚
  2020-03-09 10:44 ` Mark Rutland
  2020-03-09 17:10 ` Catalin Marinas
  0 siblings, 2 replies; 3+ messages in thread
From: 王程刚 @ 2020-03-09  7:21 UTC (permalink / raw)
  To: 'Catalin Marinas', 'Will Deacon',
	'Mark Rutland', 'Marc Zyngier',
	'Allison Randal', 'Greg Kroah-Hartman',
	'Andrew Murray', 'Thomas Gleixner',
	'Chenggang Wang',
	linux-arm-kernel, linux-kernel
  Cc: trivial, wenhu.wang

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-09 17:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09  7:21 [PATCH] arch/arm64: fix typo in a comment 王程刚
2020-03-09 10:44 ` Mark Rutland
2020-03-09 17:10 ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®