2022-06-10 09:10:03

by Xiang wangx

[permalink] [raw]
Subject: [PATCH v2] m68k: Fix syntax errors in comments

comments "the the" should be replaced by "of the" instead.

Signed-off-by: Xiang wangx <[email protected]>
---
Changes since v1
*Change comments "the the" to "of the"

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 <[email protected]>
--
2.36.1


2022-06-13 05:13:46

by Greg Ungerer

[permalink] [raw]
Subject: Re: [PATCH v2] m68k: Fix syntax errors in comments


Hi Xiang,

On 10/6/22 18:34, Xiang wangx wrote:
> comments "the the" should be replaced by "of the" instead.
>
> Signed-off-by: Xiang wangx <[email protected]>

Thanks. Added to the m68knommu git tree, for-next branch.

Regards
Greg


> ---
> Changes since v1
> *Change comments "the the" to "of the"
>
> 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 <[email protected]>