All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm:kernel:Fix typo in comment
@ 2022-06-22  8:37 ` Jilin Yuan
  0 siblings, 0 replies; 4+ messages in thread
From: Jilin Yuan @ 2022-06-22  8:37 UTC (permalink / raw)
  To: will, mark.rutland; +Cc: linux, linux-arm-kernel, linux-kernel, Jilin Yuan

Delete the redundant word 'ARM'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 arch/arm/kernel/hw_breakpoint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/kernel/hw_breakpoint.c b/arch/arm/kernel/hw_breakpoint.c
index 054e9199f30d..0b3c8f2ff7b0 100644
--- a/arch/arm/kernel/hw_breakpoint.c
+++ b/arch/arm/kernel/hw_breakpoint.c
@@ -199,7 +199,7 @@ static int get_num_wrps(void)
 	 * know which watchpoint fired. In the future we can either add a
 	 * disassembler and address generation emulator, or we can insert a
 	 * check to see if the DFAR is set on watchpoint exception entry
-	 * [the ARM ARM states that the DFAR is UNKNOWN, but experience shows
+	 * [the ARM states that the DFAR is UNKNOWN, but experience shows
 	 * that it is set on some implementations].
 	 */
 	if (get_debug_arch() < ARM_DEBUG_ARCH_V7_1)
-- 
2.36.1



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

* [PATCH] arm:kernel:Fix typo in comment
@ 2022-06-22  8:37 ` Jilin Yuan
  0 siblings, 0 replies; 4+ messages in thread
From: Jilin Yuan @ 2022-06-22  8:37 UTC (permalink / raw)
  To: will, mark.rutland; +Cc: linux, linux-arm-kernel, linux-kernel, Jilin Yuan

Delete the redundant word 'ARM'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 arch/arm/kernel/hw_breakpoint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/kernel/hw_breakpoint.c b/arch/arm/kernel/hw_breakpoint.c
index 054e9199f30d..0b3c8f2ff7b0 100644
--- a/arch/arm/kernel/hw_breakpoint.c
+++ b/arch/arm/kernel/hw_breakpoint.c
@@ -199,7 +199,7 @@ static int get_num_wrps(void)
 	 * know which watchpoint fired. In the future we can either add a
 	 * disassembler and address generation emulator, or we can insert a
 	 * check to see if the DFAR is set on watchpoint exception entry
-	 * [the ARM ARM states that the DFAR is UNKNOWN, but experience shows
+	 * [the ARM states that the DFAR is UNKNOWN, but experience shows
 	 * that it is set on some implementations].
 	 */
 	if (get_debug_arch() < ARM_DEBUG_ARCH_V7_1)
-- 
2.36.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] 4+ messages in thread

* Re: [PATCH] arm:kernel:Fix typo in comment
  2022-06-22  8:37 ` Jilin Yuan
@ 2022-06-22 10:04   ` Conor.Dooley
  -1 siblings, 0 replies; 4+ messages in thread
From: Conor.Dooley @ 2022-06-22 10:04 UTC (permalink / raw)
  To: yuanjilin, will, mark.rutland; +Cc: linux, linux-arm-kernel, linux-kernel



On 22/06/2022 09:37, Jilin Yuan wrote:
> Delete the redundant word 'ARM'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>   arch/arm/kernel/hw_breakpoint.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/kernel/hw_breakpoint.c b/arch/arm/kernel/hw_breakpoint.c
> index 054e9199f30d..0b3c8f2ff7b0 100644
> --- a/arch/arm/kernel/hw_breakpoint.c
> +++ b/arch/arm/kernel/hw_breakpoint.c
> @@ -199,7 +199,7 @@ static int get_num_wrps(void)
>   	 * know which watchpoint fired. In the future we can either add a
>   	 * disassembler and address generation emulator, or we can insert a
>   	 * check to see if the DFAR is set on watchpoint exception entry
> -	 * [the ARM ARM states that the DFAR is UNKNOWN, but experience shows
> +	 * [the ARM states that the DFAR is UNKNOWN, but experience shows

This isnt a duplicate is it? It's The ARM Arch. Reference Manual, no?
Same would apply to your other duplicate removals for ARM I guess.

>   	 * that it is set on some implementations].
>   	 */
>   	if (get_debug_arch() < ARM_DEBUG_ARCH_V7_1)

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

* Re: [PATCH] arm:kernel:Fix typo in comment
@ 2022-06-22 10:04   ` Conor.Dooley
  0 siblings, 0 replies; 4+ messages in thread
From: Conor.Dooley @ 2022-06-22 10:04 UTC (permalink / raw)
  To: yuanjilin, will, mark.rutland; +Cc: linux, linux-arm-kernel, linux-kernel



On 22/06/2022 09:37, Jilin Yuan wrote:
> Delete the redundant word 'ARM'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>   arch/arm/kernel/hw_breakpoint.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/kernel/hw_breakpoint.c b/arch/arm/kernel/hw_breakpoint.c
> index 054e9199f30d..0b3c8f2ff7b0 100644
> --- a/arch/arm/kernel/hw_breakpoint.c
> +++ b/arch/arm/kernel/hw_breakpoint.c
> @@ -199,7 +199,7 @@ static int get_num_wrps(void)
>   	 * know which watchpoint fired. In the future we can either add a
>   	 * disassembler and address generation emulator, or we can insert a
>   	 * check to see if the DFAR is set on watchpoint exception entry
> -	 * [the ARM ARM states that the DFAR is UNKNOWN, but experience shows
> +	 * [the ARM states that the DFAR is UNKNOWN, but experience shows

This isnt a duplicate is it? It's The ARM Arch. Reference Manual, no?
Same would apply to your other duplicate removals for ARM I guess.

>   	 * that it is set on some implementations].
>   	 */
>   	if (get_debug_arch() < ARM_DEBUG_ARCH_V7_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] 4+ messages in thread

end of thread, other threads:[~2022-06-22 10:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22  8:37 [PATCH] arm:kernel:Fix typo in comment Jilin Yuan
2022-06-22  8:37 ` Jilin Yuan
2022-06-22 10:04 ` Conor.Dooley
2022-06-22 10:04   ` Conor.Dooley

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.