linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: Remove a repeated word in a comment
@ 2021-11-13  3:25 Jason Wang
  2021-11-13  3:29 ` Randy Dunlap
  2021-11-29 12:31 ` Thomas Bogendoerfer
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Wang @ 2021-11-13  3:25 UTC (permalink / raw)
  To: tsbogend; +Cc: rdunlap, wangborong, linux-mips, linux-kernel

The repeated word `the' in a comment is redundant, thus one
of them was removed from the comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/mips/mm/c-octeon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/mm/c-octeon.c b/arch/mips/mm/c-octeon.c
index ec2ae501539a..490322b01f91 100644
--- a/arch/mips/mm/c-octeon.c
+++ b/arch/mips/mm/c-octeon.c
@@ -332,7 +332,7 @@ static void co_cache_error_call_notifiers(unsigned long val)
 }
 
 /*
- * Called when the the exception is recoverable
+ * Called when the exception is recoverable
  */
 
 asmlinkage void cache_parity_error_octeon_recoverable(void)
-- 
2.33.0


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

* Re: [PATCH] MIPS: Remove a repeated word in a comment
  2021-11-13  3:25 [PATCH] MIPS: Remove a repeated word in a comment Jason Wang
@ 2021-11-13  3:29 ` Randy Dunlap
  2021-11-29 12:31 ` Thomas Bogendoerfer
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-11-13  3:29 UTC (permalink / raw)
  To: Jason Wang, tsbogend; +Cc: linux-mips, linux-kernel

On 11/12/21 7:25 PM, Jason Wang wrote:
> The repeated word `the' in a comment is redundant, thus one
> of them was removed from the comment.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>   arch/mips/mm/c-octeon.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/mm/c-octeon.c b/arch/mips/mm/c-octeon.c
> index ec2ae501539a..490322b01f91 100644
> --- a/arch/mips/mm/c-octeon.c
> +++ b/arch/mips/mm/c-octeon.c
> @@ -332,7 +332,7 @@ static void co_cache_error_call_notifiers(unsigned long val)
>   }
>   
>   /*
> - * Called when the the exception is recoverable
> + * Called when the exception is recoverable
>    */
>   
>   asmlinkage void cache_parity_error_octeon_recoverable(void)
> 


-- 
~Randy

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

* Re: [PATCH] MIPS: Remove a repeated word in a comment
  2021-11-13  3:25 [PATCH] MIPS: Remove a repeated word in a comment Jason Wang
  2021-11-13  3:29 ` Randy Dunlap
@ 2021-11-29 12:31 ` Thomas Bogendoerfer
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Bogendoerfer @ 2021-11-29 12:31 UTC (permalink / raw)
  To: Jason Wang; +Cc: rdunlap, linux-mips, linux-kernel

On Sat, Nov 13, 2021 at 11:25:52AM +0800, Jason Wang wrote:
> The repeated word `the' in a comment is redundant, thus one
> of them was removed from the comment.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  arch/mips/mm/c-octeon.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/mm/c-octeon.c b/arch/mips/mm/c-octeon.c
> index ec2ae501539a..490322b01f91 100644
> --- a/arch/mips/mm/c-octeon.c
> +++ b/arch/mips/mm/c-octeon.c
> @@ -332,7 +332,7 @@ static void co_cache_error_call_notifiers(unsigned long val)
>  }
>  
>  /*
> - * Called when the the exception is recoverable
> + * Called when the exception is recoverable
>   */
>  
>  asmlinkage void cache_parity_error_octeon_recoverable(void)
> -- 
> 2.33.0

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

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

end of thread, other threads:[~2021-11-29 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-13  3:25 [PATCH] MIPS: Remove a repeated word in a comment Jason Wang
2021-11-13  3:29 ` Randy Dunlap
2021-11-29 12:31 ` Thomas Bogendoerfer

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