All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/arm64: fix typo in a comment
@ 2020-03-09  7:21 ` 王程刚
  0 siblings, 0 replies; 6+ 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 related	[flat|nested] 6+ messages in thread

* [PATCH] arch/arm64: fix typo in a comment
@ 2020-03-09  7:21 ` 王程刚
  0 siblings, 0 replies; 6+ 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: wenhu.wang, trivial

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


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

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

* Re: [PATCH] arch/arm64: fix typo in a comment
  2020-03-09  7:21 ` 王程刚
@ 2020-03-09 10:44   ` Mark Rutland
  -1 siblings, 0 replies; 6+ messages in thread
From: Mark Rutland @ 2020-03-09 10:44 UTC (permalink / raw)
  To: 王程刚
  Cc: 'Catalin Marinas', 'Will Deacon',
	'Marc Zyngier', 'Allison Randal',
	'Greg Kroah-Hartman', 'Andrew Murray',
	'Thomas Gleixner',
	linux-arm-kernel, linux-kernel, trivial, wenhu.wang

On Mon, Mar 09, 2020 at 03:21:42PM +0800, 王程刚 wrote:
> Fix typo in a comment in arch/arm64/include/asm/esr.h
> 
> "Unallocted" -> "Unallocated"
> 
> Signed-off-by: Chenggang Wang <wangchenggang@vivo.com>

My bad, it seems.

Acked-by: Mark Rutland <mark.rutland@arm.com>

Mark.

> ---
>  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] 6+ messages in thread

* Re: [PATCH] arch/arm64: fix typo in a comment
@ 2020-03-09 10:44   ` Mark Rutland
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Rutland @ 2020-03-09 10:44 UTC (permalink / raw)
  To: 王程刚
  Cc: 'Marc Zyngier', trivial, 'Catalin Marinas',
	linux-kernel, linux-arm-kernel, 'Greg Kroah-Hartman',
	'Thomas Gleixner', 'Will Deacon',
	wenhu.wang, 'Allison Randal', 'Andrew Murray'

On Mon, Mar 09, 2020 at 03:21:42PM +0800, 王程刚 wrote:
> Fix typo in a comment in arch/arm64/include/asm/esr.h
> 
> "Unallocted" -> "Unallocated"
> 
> Signed-off-by: Chenggang Wang <wangchenggang@vivo.com>

My bad, it seems.

Acked-by: Mark Rutland <mark.rutland@arm.com>

Mark.

> ---
>  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
> 

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

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

* Re: [PATCH] arch/arm64: fix typo in a comment
  2020-03-09  7:21 ` 王程刚
@ 2020-03-09 17:10   ` Catalin Marinas
  -1 siblings, 0 replies; 6+ messages in thread
From: Catalin Marinas @ 2020-03-09 17:10 UTC (permalink / raw)
  To: 王程刚
  Cc: 'Will Deacon', 'Mark Rutland',
	'Marc Zyngier', 'Allison Randal',
	'Greg Kroah-Hartman', 'Andrew Murray',
	'Thomas Gleixner',
	linux-arm-kernel, linux-kernel, trivial, wenhu.wang

On Mon, Mar 09, 2020 at 03:21:42PM +0800, 王程刚 wrote:
> Fix typo in a comment in arch/arm64/include/asm/esr.h
> 
> "Unallocted" -> "Unallocated"
> 
> Signed-off-by: Chenggang Wang <wangchenggang@vivo.com>

Queued for 5.7. Thanks.

-- 
Catalin

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

* Re: [PATCH] arch/arm64: fix typo in a comment
@ 2020-03-09 17:10   ` Catalin Marinas
  0 siblings, 0 replies; 6+ messages in thread
From: Catalin Marinas @ 2020-03-09 17:10 UTC (permalink / raw)
  To: 王程刚
  Cc: 'Mark Rutland', trivial, 'Marc Zyngier',
	linux-kernel, linux-arm-kernel, 'Greg Kroah-Hartman',
	'Thomas Gleixner', 'Will Deacon',
	wenhu.wang, 'Allison Randal', 'Andrew Murray'

On Mon, Mar 09, 2020 at 03:21:42PM +0800, 王程刚 wrote:
> Fix typo in a comment in arch/arm64/include/asm/esr.h
> 
> "Unallocted" -> "Unallocated"
> 
> Signed-off-by: Chenggang Wang <wangchenggang@vivo.com>

Queued for 5.7. Thanks.

-- 
Catalin

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

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

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

Thread overview: 6+ 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  7:21 ` 王程刚
2020-03-09 10:44 ` Mark Rutland
2020-03-09 10:44   ` Mark Rutland
2020-03-09 17:10 ` Catalin Marinas
2020-03-09 17:10   ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.