2022-09-14 08:54:18

by Jilin Yuan

[permalink] [raw]
Subject: [PATCH] ARM: OMAP2+: fix repeated words in comments

Delete the redundant word 'from'.

Signed-off-by: Jilin Yuan <[email protected]>
---
arch/arm/mach-omap2/cm33xx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/cm33xx.c b/arch/arm/mach-omap2/cm33xx.c
index d61fa06117b4..c824d4e3db63 100644
--- a/arch/arm/mach-omap2/cm33xx.c
+++ b/arch/arm/mach-omap2/cm33xx.c
@@ -5,7 +5,7 @@
* Copyright (C) 2011-2012 Texas Instruments Incorporated - https://www.ti.com/
* Vaibhav Hiremath <[email protected]>
*
- * Reference taken from from OMAP4 cminst44xx.c
+ * Reference taken from OMAP4 cminst44xx.c
*/

#include <linux/kernel.h>
--
2.36.1


2023-03-28 05:44:32

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH] ARM: OMAP2+: fix repeated words in comments

* Jilin Yuan <[email protected]> [220914 11:35]:
> Delete the redundant word 'from'.

Thanks applying into omap-for-v6.4/cleanup.

Tony