diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-09-14 10:43:15 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-03-28 07:42:15 +0200 |
commit | 31006a885118ef7eb18f865f5ff615fb31868bfe (patch) | |
tree | 97b36da55417d0f77cf9fe95bd1033afff950d43 /arch/arm/mach-omap2/cm33xx.c | |
parent | ARM: OMAP2+: remove obsolete config OMAP3_SDRC_AC_TIMING (diff) | |
download | linux-31006a885118ef7eb18f865f5ff615fb31868bfe.tar.xz linux-31006a885118ef7eb18f865f5ff615fb31868bfe.zip |
ARM: OMAP2+: fix repeated words in comments
Delete the redundant word 'from'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Message-Id: <20220914084315.40165-1-yuanjilin@cdjrlc.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm33xx.c')
-rw-r--r-- | arch/arm/mach-omap2/cm33xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |