linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: Fix comment typo
@ 2022-08-11 12:14 Jason Wang
  2022-09-12 13:41 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Wang @ 2022-08-11 12:14 UTC (permalink / raw)
  To: tsbogend; +Cc: linux-mips, linux-kernel, Jason Wang

The double `it' is duplicated in the comment, remove one.

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

diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c
index 587cf1d115e8..265bc57819df 100644
--- a/arch/mips/math-emu/cp1emu.c
+++ b/arch/mips/math-emu/cp1emu.c
@@ -1032,7 +1032,7 @@ static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
 	 */
 	if (dec_insn.micro_mips_mode) {
 		/*
-		 * If next instruction is a 16-bit instruction, then it
+		 * If next instruction is a 16-bit instruction, then
 		 * it cannot be a FPU instruction. This could happen
 		 * since we can be called for non-FPU instructions.
 		 */
-- 
2.36.1


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

* Re: [PATCH] MIPS: Fix comment typo
  2022-08-11 12:14 [PATCH] MIPS: Fix comment typo Jason Wang
@ 2022-09-12 13:41 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Bogendoerfer @ 2022-09-12 13:41 UTC (permalink / raw)
  To: Jason Wang; +Cc: linux-mips, linux-kernel

On Thu, Aug 11, 2022 at 08:14:50PM +0800, Jason Wang wrote:
> The double `it' is duplicated in the comment, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  arch/mips/math-emu/cp1emu.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c
> index 587cf1d115e8..265bc57819df 100644
> --- a/arch/mips/math-emu/cp1emu.c
> +++ b/arch/mips/math-emu/cp1emu.c
> @@ -1032,7 +1032,7 @@ static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
>  	 */
>  	if (dec_insn.micro_mips_mode) {
>  		/*
> -		 * If next instruction is a 16-bit instruction, then it
> +		 * If next instruction is a 16-bit instruction, then
>  		 * it cannot be a FPU instruction. This could happen
>  		 * since we can be called for non-FPU instructions.
>  		 */
> -- 
> 2.36.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] 6+ messages in thread

* Re: [PATCH] MIPS: Fix comment typo
  2022-07-16  4:01 Jason Wang
@ 2022-07-30  9:03 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Bogendoerfer @ 2022-07-30  9:03 UTC (permalink / raw)
  To: Jason Wang; +Cc: zajec5, hauke, linux-mips, linux-kernel

On Sat, Jul 16, 2022 at 12:01:19PM +0800, Jason Wang wrote:
> Fix the typo `s/that that/than that/' in line 72.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  arch/mips/bcm47xx/prom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/bcm47xx/prom.c b/arch/mips/bcm47xx/prom.c
> index 0a63721d0fbf..ab203e66ba0d 100644
> --- a/arch/mips/bcm47xx/prom.c
> +++ b/arch/mips/bcm47xx/prom.c
> @@ -69,7 +69,7 @@ static __init void prom_init_mem(void)
>  	 * call them at the beginning of the boot.
>  	 *
>  	 * BCM47XX uses 128MB for addressing the ram, if the system contains
> -	 * less that that amount of ram it remaps the ram more often into the
> +	 * less than that amount of ram it remaps the ram more often into the
>  	 * available space.
>  	 */
>  
> -- 
> 2.35.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] 6+ messages in thread

* Re: [PATCH] MIPS: Fix comment typo
  2022-07-15  4:39 Jason Wang
@ 2022-07-18 15:06 ` Sergey Shtylyov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Shtylyov @ 2022-07-18 15:06 UTC (permalink / raw)
  To: Jason Wang, zajec5; +Cc: hauke, tsbogend, linux-mips, linux-kernel

On 7/15/22 7:39 AM, Jason Wang wrote:

> The double `that' is duplicated in line 72, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  arch/mips/bcm47xx/prom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/bcm47xx/prom.c b/arch/mips/bcm47xx/prom.c
> index 0a63721d0fbf..bcb9c90ea041 100644
> --- a/arch/mips/bcm47xx/prom.c
> +++ b/arch/mips/bcm47xx/prom.c
> @@ -69,7 +69,7 @@ static __init void prom_init_mem(void)
>  	 * call them at the beginning of the boot.
>  	 *
>  	 * BCM47XX uses 128MB for addressing the ram, if the system contains
> -	 * less that that amount of ram it remaps the ram more often into the

   Clearly, we have a typo here: s/that that/than that/...

> +	 * less that amount of ram it remaps the ram more often into the
>  	 * available space.
>  	 */
>  

MBR, Sergey

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

* [PATCH] MIPS: Fix comment typo
@ 2022-07-16  4:01 Jason Wang
  2022-07-30  9:03 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Wang @ 2022-07-16  4:01 UTC (permalink / raw)
  To: zajec5; +Cc: hauke, tsbogend, linux-mips, linux-kernel, Jason Wang

Fix the typo `s/that that/than that/' in line 72.

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

diff --git a/arch/mips/bcm47xx/prom.c b/arch/mips/bcm47xx/prom.c
index 0a63721d0fbf..ab203e66ba0d 100644
--- a/arch/mips/bcm47xx/prom.c
+++ b/arch/mips/bcm47xx/prom.c
@@ -69,7 +69,7 @@ static __init void prom_init_mem(void)
 	 * call them at the beginning of the boot.
 	 *
 	 * BCM47XX uses 128MB for addressing the ram, if the system contains
-	 * less that that amount of ram it remaps the ram more often into the
+	 * less than that amount of ram it remaps the ram more often into the
 	 * available space.
 	 */
 
-- 
2.35.1


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

* [PATCH] MIPS: Fix comment typo
@ 2022-07-15  4:39 Jason Wang
  2022-07-18 15:06 ` Sergey Shtylyov
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Wang @ 2022-07-15  4:39 UTC (permalink / raw)
  To: zajec5; +Cc: hauke, tsbogend, linux-mips, linux-kernel, Jason Wang

The double `that' is duplicated in line 72, remove one.

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

diff --git a/arch/mips/bcm47xx/prom.c b/arch/mips/bcm47xx/prom.c
index 0a63721d0fbf..bcb9c90ea041 100644
--- a/arch/mips/bcm47xx/prom.c
+++ b/arch/mips/bcm47xx/prom.c
@@ -69,7 +69,7 @@ static __init void prom_init_mem(void)
 	 * call them at the beginning of the boot.
 	 *
 	 * BCM47XX uses 128MB for addressing the ram, if the system contains
-	 * less that that amount of ram it remaps the ram more often into the
+	 * less that amount of ram it remaps the ram more often into the
 	 * available space.
 	 */
 
-- 
2.35.1


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

end of thread, other threads:[~2022-09-12 14:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 12:14 [PATCH] MIPS: Fix comment typo Jason Wang
2022-09-12 13:41 ` Thomas Bogendoerfer
  -- strict thread matches above, loose matches on Subject: below --
2022-07-16  4:01 Jason Wang
2022-07-30  9:03 ` Thomas Bogendoerfer
2022-07-15  4:39 Jason Wang
2022-07-18 15:06 ` Sergey Shtylyov

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