[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220623064338.6496-1-jiangjian@cdjrlc.com>
Date: Thu, 23 Jun 2022 14:43:38 +0800
From: Jiang Jian <jiangjian@...rlc.com>
To: andrew@...n.ch, gregory.clement@...tlin.com,
sebastian.hesselbarth@...il.com
Cc: linux@...linux.org.uk, linux-kernel@...r.kernel.org,
Jiang Jian <jiangjian@...rlc.com>
Subject: [PATCH] ARM: mvebu: drop unexpected word 'a' in comments
there is an unexpected word 'a' in the comments that need to be dropped
file - arch/arm/mach-mvebu/pmsu.c
line - 404
* replace the restart code of the bootrom by a a simple jump
changed to:
* replace the restart code of the bootrom by a a simple jump
Signed-off-by: Jiang Jian <jiangjian@...rlc.com>
---
arch/arm/mach-mvebu/pmsu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c
index af27a7156675..ea4f5beeffb7 100644
--- a/arch/arm/mach-mvebu/pmsu.c
+++ b/arch/arm/mach-mvebu/pmsu.c
@@ -401,7 +401,7 @@ static __init int armada_370_cpuidle_init(void)
* On Armada 370, there is "a slow exit process from the deep
* idle state due to heavy L1/L2 cache cleanup operations
* performed by the BootROM software". To avoid this, we
- * replace the restart code of the bootrom by a a simple jump
+ * replace the restart code of the bootrom by a simple jump
* to the boot address. Then the code located at this boot
* address will take care of the initialization.
*/
--
2.17.1
Powered by blists - more mailing lists