linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mips/sgi-ip22: fix repeated words in comments
@ 2022-08-21 15:02 wangjianli
  2022-08-21 15:07 ` Conor.Dooley
  2022-08-21 16:23 ` Sergey Shtylyov
  0 siblings, 2 replies; 4+ messages in thread
From: wangjianli @ 2022-08-21 15:02 UTC (permalink / raw)
  To: tsbogend; +Cc: linux-mips, linux-kernel, wangjianli

 Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@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 38d12f417e48..03d96638f957 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/sgi-ip22: fix repeated words in comments
  2022-08-21 15:02 [PATCH] mips/sgi-ip22: fix repeated words in comments wangjianli
@ 2022-08-21 15:07 ` Conor.Dooley
  2022-08-21 16:23 ` Sergey Shtylyov
  1 sibling, 0 replies; 4+ messages in thread
From: Conor.Dooley @ 2022-08-21 15:07 UTC (permalink / raw)
  To: wangjianli, tsbogend; +Cc: linux-mips, linux-kernel

Hi,

On 21/08/2022 16:02, wangjianli wrote:
>  Delete the redundant word 'in'.

The "duplicated" word here is "of" not "in".
However, I would suspect that the second "of" here is actually
meant to be "open firmware" so there is no duplication here.
Thanks,
Conor.

> 
> Signed-off-by: wangjianli <wangjianli@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 38d12f417e48..03d96638f957 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

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

* Re: [PATCH] mips/sgi-ip22: fix repeated words in comments
  2022-08-21 15:02 [PATCH] mips/sgi-ip22: fix repeated words in comments wangjianli
  2022-08-21 15:07 ` Conor.Dooley
@ 2022-08-21 16:23 ` Sergey Shtylyov
  1 sibling, 0 replies; 4+ messages in thread
From: Sergey Shtylyov @ 2022-08-21 16:23 UTC (permalink / raw)
  To: wangjianli, tsbogend; +Cc: linux-mips, linux-kernel

On 8/21/22 6:02 PM, wangjianli wrote:

>  Delete the redundant word 'in'.

   You're dropping 'of' instead. :-)

> 
> Signed-off-by: wangjianli <wangjianli@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 38d12f417e48..03d96638f957 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
> 

MBR, Sergey

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

* [PATCH] mips/sgi-ip22: fix repeated words in comments
@ 2022-08-21 15:06 wangjianli
  0 siblings, 0 replies; 4+ messages in thread
From: wangjianli @ 2022-08-21 15:06 UTC (permalink / raw)
  To: tsbogend; +Cc: linux-mips, linux-kernel, wangjianli

 Delete the redundant word 'of'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 arch/parisc/kernel/module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/parisc/kernel/module.c b/arch/parisc/kernel/module.c
index 7df140545b22..78c354af2820 100644
--- a/arch/parisc/kernel/module.c
+++ b/arch/parisc/kernel/module.c
@@ -16,7 +16,7 @@
  *      fail to reach their PLT stub if we only create one big stub array for
  *      all sections at the beginning of the core or init section.
  *      Instead we now insert individual PLT stub entries directly in front of
- *      of the code sections where the stubs are actually called.
+ *      the code sections where the stubs are actually called.
  *      This reduces the distance between the PCREL location and the stub entry
  *      so that the relocations can be fulfilled.
  *      While calculating the final layout of the kernel module in memory, the
-- 
2.36.1


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

end of thread, other threads:[~2022-08-21 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-21 15:02 [PATCH] mips/sgi-ip22: fix repeated words in comments wangjianli
2022-08-21 15:07 ` Conor.Dooley
2022-08-21 16:23 ` Sergey Shtylyov
2022-08-21 15:06 wangjianli

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