[PATCH] m68k:coldfire:Fix typos in comments

Jilin Yuan posted 1 patch 3 years, 10 months ago
arch/m68k/coldfire/intc-2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] m68k:coldfire:Fix typos in comments
Posted by Jilin Yuan 3 years, 10 months ago
The "the" should be replaced by "of" instead.

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

diff --git a/arch/m68k/coldfire/intc-2.c b/arch/m68k/coldfire/intc-2.c
index 995093357c59..f74f0e473119 100644
--- a/arch/m68k/coldfire/intc-2.c
+++ b/arch/m68k/coldfire/intc-2.c
@@ -7,7 +7,7 @@
  * family, the 5270, 5271, 5274, 5275, and the 528x family which have two such
  * controllers, and the 547x and 548x families which have only one of them.
  *
- * The external 7 fixed interrupts are part the the Edge Port unit of these
+ * The external 7 fixed interrupts are part of the Edge Port unit of these
  * ColdFire parts. They can be configured as level or edge triggered.
  *
  * (C) Copyright 2009-2011, Greg Ungerer <gerg@snapgear.com>
-- 
2.36.1
Re: [PATCH] m68k:coldfire:Fix typos in comments
Posted by Greg Ungerer 3 years, 10 months ago
Hi Jilin,

This same change was recently submitted by Xiang wangx, and that has
been added to the m68knommu git tree (for-next branch). See:

     https://lore.kernel.org/lkml/6fe2468a-9664-30f7-7f17-9093289eb4b6@linux-m68k.org/T/

Regards
Greg


On 22/6/22 17:35, Jilin Yuan wrote:
> The "the" should be replaced by "of" instead.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>   arch/m68k/coldfire/intc-2.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/m68k/coldfire/intc-2.c b/arch/m68k/coldfire/intc-2.c
> index 995093357c59..f74f0e473119 100644
> --- a/arch/m68k/coldfire/intc-2.c
> +++ b/arch/m68k/coldfire/intc-2.c
> @@ -7,7 +7,7 @@
>    * family, the 5270, 5271, 5274, 5275, and the 528x family which have two such
>    * controllers, and the 547x and 548x families which have only one of them.
>    *
> - * The external 7 fixed interrupts are part the the Edge Port unit of these
> + * The external 7 fixed interrupts are part of the Edge Port unit of these
>    * ColdFire parts. They can be configured as level or edge triggered.
>    *
>    * (C) Copyright 2009-2011, Greg Ungerer <gerg@snapgear.com>
Re: [PATCH] m68k:coldfire:Fix typos in comments
Posted by Geert Uytterhoeven 3 years, 10 months ago
On Wed, Jun 22, 2022 at 9:36 AM Jilin Yuan <yuanjilin@cdjrlc.com> wrote:
> The "the" should be replaced by "of" instead.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds