From nobody Thu May 2 11:46:55 2024 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8FC5C433EF for ; Thu, 23 Jun 2022 06:44:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229935AbiFWGoS (ORCPT ); Thu, 23 Jun 2022 02:44:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229826AbiFWGoQ (ORCPT ); Thu, 23 Jun 2022 02:44:16 -0400 Received: from smtpbg.qq.com (smtpbg123.qq.com [175.27.65.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9BDF542EC6 for ; Wed, 22 Jun 2022 23:44:11 -0700 (PDT) X-QQ-mid: bizesmtp76t1655966624tsricmyf Received: from ubuntu.localdomain ( [106.117.99.68]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 23 Jun 2022 14:43:40 +0800 (CST) X-QQ-SSF: 01000000008000B0C000B00A0000000 X-QQ-FEAT: FXvDfBZI5O727lhUz+nlWuwIfirc6ZhVwF0lsZC8BwSjiLSB+j2tErHwKUCEo u4ALB53nlk8R7c38/r69vVBD5FtfCj4YC+mL7+Cj0OA0lfbE4vEBdYmdG+mTSWF/EMFZJPO Hgd1fCzDrJJggQy29veEENxJaaIylp069XwqndCQe7RmXCUXX2TjPZQagmz+Wd2uNzNt9iC 2GYcqY8c770xj+H0bd6fPDSVRxxXizHgXZcC4hVNeVBOB3aaE9MSr003PrjcMeDu2bhzrvR L0MjOAYm3uwtVV+xKbxS16bMhKLUO0qyfMveijhPKESPlpmRaRyRQT1f/fE9Suse1rSw/m8 nTgIfVwV0GgPIk1/XORHePgmXhGTg== X-QQ-GoodBg: 0 From: Jiang Jian To: andrew@lunn.ch, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com Cc: linux@armlinux.org.uk, linux-kernel@vger.kernel.org, Jiang Jian Subject: [PATCH] ARM: mvebu: drop unexpected word 'a' in comments Date: Thu, 23 Jun 2022 14:43:38 +0800 Message-Id: <20220623064338.6496-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 --- 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. */ --=20 2.17.1