linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mips: fix repeated words in comments
@ 2022-08-31  6:41 Jilin Yuan
  2022-08-31  8:18 ` Conor.Dooley
  0 siblings, 1 reply; 4+ messages in thread
From: Jilin Yuan @ 2022-08-31  6:41 UTC (permalink / raw)
  To: tsbogend; +Cc: linux-mips, linux-kernel, Jilin Yuan

Delete the redundant word 'of'.

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

diff --git a/arch/mips/sgi-ip22/ip22-gio.c b/arch/mips/sgi-ip22/ip22-gio.c
index 8686e8c1c4e5..b8e944b81a92 100644
--- a/arch/mips/sgi-ip22/ip22-gio.c
+++ b/arch/mips/sgi-ip22/ip22-gio.c
@@ -41,7 +41,7 @@ static struct device gio_bus = {
 /**
  * gio_match_device - Tell if an of_device structure has a matching
  * gio_match structure
- * @ids: array of of device match structures to search in
+ * @ids: array of device match structures to search in
  * @dev: the of device structure to match against
  *
  * Used by a driver to check whether an of_device present in the
-- 
2.36.1


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

* Re: [PATCH] mips: fix repeated words in comments
  2022-08-31  6:41 [PATCH] mips: fix repeated words in comments Jilin Yuan
@ 2022-08-31  8:18 ` Conor.Dooley
  0 siblings, 0 replies; 4+ messages in thread
From: Conor.Dooley @ 2022-08-31  8:18 UTC (permalink / raw)
  To: yuanjilin; +Cc: linux-mips, linux-kernel, tsbogend

On 31/08/2022 07:41, Jilin Yuan wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Delete the redundant word 'of'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>   arch/mips/sgi-ip22/ip22-gio.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/sgi-ip22/ip22-gio.c b/arch/mips/sgi-ip22/ip22-gio.c
> index 8686e8c1c4e5..b8e944b81a92 100644
> --- a/arch/mips/sgi-ip22/ip22-gio.c
> +++ b/arch/mips/sgi-ip22/ip22-gio.c
> @@ -41,7 +41,7 @@ static struct device gio_bus = {
>   /**
>    * gio_match_device - Tell if an of_device structure has a matching
>    * gio_match structure
> - * @ids: array of of device match structures to search in
> + * @ids: array of device match structures to search in

You've tried to "fix" this several times & each time Rob has given
you feedback:
https://lore.kernel.org/all/20220627173825.GA2637590-robh@kernel.org/

>    * @dev: the of device structure to match against
>    *
>    * Used by a driver to check whether an of_device present in the
> --
> 2.36.1
> 


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

* [PATCH] MIPS: fix repeated words in comments
@ 2022-08-31 12:49 Jilin Yuan
  0 siblings, 0 replies; 4+ messages in thread
From: Jilin Yuan @ 2022-08-31 12:49 UTC (permalink / raw)
  To: tsbogend; +Cc: linux-mips, linux-kernel, Jilin Yuan

Delete the redundant word 'it'.

Signed-off-by: Jilin Yuan <yuanjilin@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..924260f6e9d2 100644
--- a/arch/mips/math-emu/cp1emu.c
+++ b/arch/mips/math-emu/cp1emu.c
@@ -1033,7 +1033,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
-		 * it cannot be a FPU instruction. This could happen
+		 * cannot be a FPU instruction. This could happen
 		 * since we can be called for non-FPU instructions.
 		 */
 		if ((pc_inc == 2) ||
-- 
2.36.1


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

* [PATCH] mips: fix repeated words in comments
@ 2022-08-31 12:48 Jilin Yuan
  0 siblings, 0 replies; 4+ messages in thread
From: Jilin Yuan @ 2022-08-31 12:48 UTC (permalink / raw)
  To: tsbogend; +Cc: linux-mips, linux-kernel, Jilin Yuan

Delete the redundant word 'as'.

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

diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c
index cbd83205518d..57b32418b29d 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -532,7 +532,7 @@ void octeon_user_io_init(void)
 	/* Get the current settings for CP0_CVMMEMCTL_REG */
 	cvmmemctl.u64 = read_c0_cvmmemctl();
 	/* R/W If set, marked write-buffer entries time out the same
-	 * as as other entries; if clear, marked write-buffer entries
+	 * as other entries; if clear, marked write-buffer entries
 	 * use the maximum timeout. */
 	cvmmemctl.s.dismarkwblongto = 1;
 	/* R/W If set, a merged store does not clear the write-buffer
-- 
2.36.1


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

end of thread, other threads:[~2022-08-31 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31  6:41 [PATCH] mips: fix repeated words in comments Jilin Yuan
2022-08-31  8:18 ` Conor.Dooley
2022-08-31 12:48 Jilin Yuan
2022-08-31 12:49 [PATCH] MIPS: " Jilin Yuan

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