linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hexagon: drop unexpected word 'a' in comments
@ 2022-06-23  6:51 Jiang Jian
  2022-06-23  6:53 ` Brian Cain
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Jian @ 2022-06-23  6:51 UTC (permalink / raw)
  To: bcain
  Cc: ebiederm, nathan, mpe, keescook, wangkefeng.wang, jiangjian,
	linux-hexagon, linux-kernel

there is an unexpected word 'a' in the comments that need to be dropped

file - arch/hexagon/kernel/traps.c
line - 262

* Precise bus errors may be recoverable with a a retry,

changed to:

* Precise bus errors may be recoverable with a retry,

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 arch/hexagon/kernel/traps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/hexagon/kernel/traps.c b/arch/hexagon/kernel/traps.c
index 6447763ce5a9..a1f1085887aa 100644
--- a/arch/hexagon/kernel/traps.c
+++ b/arch/hexagon/kernel/traps.c
@@ -259,7 +259,7 @@ static void illegal_instruction(struct pt_regs *regs)
 }
 
 /*
- * Precise bus errors may be recoverable with a a retry,
+ * Precise bus errors may be recoverable with a retry,
  * but for now, treat them as irrecoverable.
  */
 static void precise_bus_error(struct pt_regs *regs)
-- 
2.17.1


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

* RE: [PATCH] hexagon: drop unexpected word 'a' in comments
  2022-06-23  6:51 [PATCH] hexagon: drop unexpected word 'a' in comments Jiang Jian
@ 2022-06-23  6:53 ` Brian Cain
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Cain @ 2022-06-23  6:53 UTC (permalink / raw)
  To: Jiang Jian
  Cc: ebiederm, nathan, mpe, keescook, wangkefeng.wang, linux-hexagon,
	linux-kernel

> -----Original Message-----
> From: Jiang Jian <jiangjian@cdjrlc.com>
...
> 
> there is an unexpected word 'a' in the comments that need to be dropped
> 
> file - arch/hexagon/kernel/traps.c
> line - 262
> 
> * Precise bus errors may be recoverable with a a retry,
> 
> changed to:
> 
> * Precise bus errors may be recoverable with a retry,
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
>  arch/hexagon/kernel/traps.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/hexagon/kernel/traps.c b/arch/hexagon/kernel/traps.c
> index 6447763ce5a9..a1f1085887aa 100644
> --- a/arch/hexagon/kernel/traps.c
> +++ b/arch/hexagon/kernel/traps.c
> @@ -259,7 +259,7 @@ static void illegal_instruction(struct pt_regs *regs)
>  }
> 
>  /*
> - * Precise bus errors may be recoverable with a a retry,
> + * Precise bus errors may be recoverable with a retry,
>   * but for now, treat them as irrecoverable.
>   */
>  static void precise_bus_error(struct pt_regs *regs)
> --
> 2.17.1

Acked-by: Brian Cain <bcain@quicinc.com>

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

end of thread, other threads:[~2022-06-23  6:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23  6:51 [PATCH] hexagon: drop unexpected word 'a' in comments Jiang Jian
2022-06-23  6:53 ` Brian Cain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).