diff mbox series

ARM: OMAP2+: fix repeated words in comments

Message ID 20220914084315.40165-1-yuanjilin@cdjrlc.com
State New
Headers show
Series ARM: OMAP2+: fix repeated words in comments | expand

Commit Message

Jilin Yuan Sept. 14, 2022, 8:43 a.m. UTC
Delete the redundant word 'from'.

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

Comments

Tony Lindgren March 28, 2023, 5:42 a.m. UTC | #1
* Jilin Yuan <yuanjilin@cdjrlc.com> [220914 11:35]:
> Delete the redundant word 'from'.

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

Tony
diff mbox series

Patch

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 <hvaibhav@ti.com>
  *
- * Reference taken from from OMAP4 cminst44xx.c
+ * Reference taken from OMAP4 cminst44xx.c
  */
 
 #include <linux/kernel.h>