2023-07-12 10:20:04

by pangzizhen001

[permalink] [raw]
Subject: Fwd: [PATCH] include/asm: Fix comment typo

Delete duplicate word "the"

Signed-off-by: Zizhen Pang <[email protected]>
---
arch/arm/include/asm/unwind.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/unwind.h
b/arch/arm/include/asm/unwind.h
index d60b09a5acfc..a75da9a01f91 100644
--- a/arch/arm/include/asm/unwind.h
+++ b/arch/arm/include/asm/unwind.h
@@ -10,7 +10,7 @@

#ifndef __ASSEMBLY__

-/* Unwind reason code according the the ARM EABI documents */
+/* Unwind reason code according the ARM EABI documents */
enum unwind_reason_code {
URC_OK = 0, /* operation completed successfully */
URC_CONTINUE_UNWIND = 8,


2023-07-12 15:15:25

by Randy Dunlap

[permalink] [raw]
Subject: Re: Fwd: [PATCH] include/asm: Fix comment typo



On 7/12/23 02:35, [email protected] wrote:
> Delete duplicate word "the"
>
> Signed-off-by: Zizhen Pang <[email protected]>
> ---
>  arch/arm/include/asm/unwind.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/unwind.h b/arch/arm/include/asm/unwind.h
> index d60b09a5acfc..a75da9a01f91 100644
> --- a/arch/arm/include/asm/unwind.h
> +++ b/arch/arm/include/asm/unwind.h
> @@ -10,7 +10,7 @@
>
>  #ifndef __ASSEMBLY__
>
> -/* Unwind reason code according the the ARM EABI documents */
> +/* Unwind reason code according the ARM EABI documents */

according to the

>  enum unwind_reason_code {
>      URC_OK = 0,            /* operation completed successfully */
>      URC_CONTINUE_UNWIND = 8,

--
~Randy

2023-07-18 16:55:24

by pangzizhen001

[permalink] [raw]
Subject: [PATCH] include/asm: Fix comment typo

Delete duplicate word "the"

Signed-off-by: Zizhen Pang <[email protected]>
---
arch/arm/include/asm/unwind.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/unwind.h
b/arch/arm/include/asm/unwind.h
index d60b09a5acfc..a75da9a01f91 100644
--- a/arch/arm/include/asm/unwind.h
+++ b/arch/arm/include/asm/unwind.h
@@ -10,7 +10,7 @@

#ifndef __ASSEMBLY__

-/* Unwind reason code according the the ARM EABI documents */
+/* Unwind reason code according the ARM EABI documents */
enum unwind_reason_code {
URC_OK = 0, /* operation completed successfully */
URC_CONTINUE_UNWIND = 8,