* [PATCH] MIPS: fix typo in a comment
@ 2021-12-11 8:57 Jason Wang
2021-12-14 9:31 ` Thomas Bogendoerfer
0 siblings, 1 reply; 4+ messages in thread
From: Jason Wang @ 2021-12-11 8:57 UTC (permalink / raw)
To: tsbogend; +Cc: wangborong, linux-mips, linux-kernel
The double `Address' in the comment in line 487 is repeated. Remove one
of them from the comment.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
arch/mips/include/asm/sibyte/sb1250_mc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/include/asm/sibyte/sb1250_mc.h b/arch/mips/include/asm/sibyte/sb1250_mc.h
index c02fe823effc..61411619dff3 100644
--- a/arch/mips/include/asm/sibyte/sb1250_mc.h
+++ b/arch/mips/include/asm/sibyte/sb1250_mc.h
@@ -484,7 +484,7 @@
/*
- * Bank Address Address Bits Register (Table 6-22)
+ * Bank Address Bits Register (Table 6-22)
*/
#define S_MC_BA_RESERVED 0
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MIPS: fix typo in a comment
2021-12-11 8:57 [PATCH] MIPS: fix typo in a comment Jason Wang
@ 2021-12-14 9:31 ` Thomas Bogendoerfer
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Bogendoerfer @ 2021-12-14 9:31 UTC (permalink / raw)
To: Jason Wang; +Cc: linux-mips, linux-kernel
On Sat, Dec 11, 2021 at 04:57:15PM +0800, Jason Wang wrote:
> The double `Address' in the comment in line 487 is repeated. Remove one
> of them from the comment.
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
> arch/mips/include/asm/sibyte/sb1250_mc.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/include/asm/sibyte/sb1250_mc.h b/arch/mips/include/asm/sibyte/sb1250_mc.h
> index c02fe823effc..61411619dff3 100644
> --- a/arch/mips/include/asm/sibyte/sb1250_mc.h
> +++ b/arch/mips/include/asm/sibyte/sb1250_mc.h
> @@ -484,7 +484,7 @@
>
>
> /*
> - * Bank Address Address Bits Register (Table 6-22)
> + * Bank Address Bits Register (Table 6-22)
> */
>
> #define S_MC_BA_RESERVED 0
> --
> 2.34.1
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] 4+ messages in thread
* [PATCH] MIPS: Fix typo in a comment
@ 2021-12-11 8:51 Jason Wang
2021-12-14 9:31 ` Thomas Bogendoerfer
0 siblings, 1 reply; 4+ messages in thread
From: Jason Wang @ 2021-12-11 8:51 UTC (permalink / raw)
To: tsbogend; +Cc: rdunlap, wangborong, linux-mips, linux-kernel
The double `the' in the comment in line 344 is repeated. Remove one
of them 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 490322b01f91..737870d8fd94 100644
--- a/arch/mips/mm/c-octeon.c
+++ b/arch/mips/mm/c-octeon.c
@@ -341,7 +341,7 @@ asmlinkage void cache_parity_error_octeon_recoverable(void)
}
/*
- * Called when the the exception is not recoverable
+ * Called when the exception is not recoverable
*/
asmlinkage void cache_parity_error_octeon_non_recoverable(void)
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MIPS: Fix typo in a comment
2021-12-11 8:51 [PATCH] MIPS: Fix " Jason Wang
@ 2021-12-14 9:31 ` Thomas Bogendoerfer
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Bogendoerfer @ 2021-12-14 9:31 UTC (permalink / raw)
To: Jason Wang; +Cc: rdunlap, linux-mips, linux-kernel
On Sat, Dec 11, 2021 at 04:51:32PM +0800, Jason Wang wrote:
> The double `the' in the comment in line 344 is repeated. Remove one
> of them 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 490322b01f91..737870d8fd94 100644
> --- a/arch/mips/mm/c-octeon.c
> +++ b/arch/mips/mm/c-octeon.c
> @@ -341,7 +341,7 @@ asmlinkage void cache_parity_error_octeon_recoverable(void)
> }
>
> /*
> - * Called when the the exception is not recoverable
> + * Called when the exception is not recoverable
> */
>
> asmlinkage void cache_parity_error_octeon_non_recoverable(void)
> --
> 2.34.1
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] 4+ messages in thread
end of thread, other threads:[~2021-12-14 9:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 8:57 [PATCH] MIPS: fix typo in a comment Jason Wang
2021-12-14 9:31 ` Thomas Bogendoerfer
-- strict thread matches above, loose matches on Subject: below --
2021-12-11 8:51 [PATCH] MIPS: Fix " Jason Wang
2021-12-14 9: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