From nobody Wed Apr 8 03:24:17 2026 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 850EBC04A95 for ; Sat, 22 Oct 2022 05:16:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229755AbiJVFQf (ORCPT ); Sat, 22 Oct 2022 01:16:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229506AbiJVFQ3 (ORCPT ); Sat, 22 Oct 2022 01:16:29 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AF332A8A6B for ; Fri, 21 Oct 2022 22:16:27 -0700 (PDT) X-QQ-mid: bizesmtp86t1666415781trj2jbh4 Received: from localhost.localdomain ( [182.148.15.254]) by bizesmtp.qq.com (ESMTP) with id ; Sat, 22 Oct 2022 13:16:19 +0800 (CST) X-QQ-SSF: 01000000000000C0E000000A0000000 X-QQ-FEAT: D6RqbDSxuq6+whg+cHMxbbJQDzgKw0UOOYf8ON1p6yiUH9xki62VYRwPHowGS UXDDQJih8VaBMSoTib+5cfFmHGp6GarvL8KOcVzWM4rWiW5pOfixsJL98oAHEcehP9JPbXX Lz/HIilIOyGJuxG7APejtqqw8zmfzYHyAUyZSKwY1AbBLeBdATsGjvPNjZj62EnImYHGk36 O6ZyuA0ueQLHoBxECZcfs0vWn1SEgg4G4FQAgeBuKPL/3RvdCzWNPvJ4yo7ShSNAIufYWSV 9V3/uNLmCOiKjxpOY96TUUd9aTlXfe6rsulN64eY2n0daqTuxDZF5oWITFZvjuLqlK+ec8K ++VoDkVFwuDOPB++/Qy3K2aGLvi08iszfie8iZAUii6abcY2/k= X-QQ-GoodBg: 0 From: wangjianli To: nsekhar@ti.com, brgl@bgdev.pl Cc: linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] arm/mach-davinci: fix repeated words in comments Date: Sat, 22 Oct 2022 13:16:13 +0800 Message-Id: <20221022051613.3017-1-wangjianli@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr7 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'the'. Signed-off-by: wangjianli --- arch/arm/mach-davinci/board-dm355-evm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-davinci/board-dm355-evm.c b/arch/arm/mach-davinc= i/board-dm355-evm.c index f7c56f662d4c..e56f8ea5eb56 100644 --- a/arch/arm/mach-davinci/board-dm355-evm.c +++ b/arch/arm/mach-davinci/board-dm355-evm.c @@ -294,7 +294,7 @@ static struct vpbe_enc_mode_info dm355evm_enc_preset_ti= ming[] =3D { #define VENC_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL) =20 /* - * The outputs available from VPBE + ecnoders. Keep the + * The outputs available from VPBE + ecnoders. Keep * the order same as that of encoders. First those from venc followed by t= hat * from encoders. Index in the output refers to index on a particular enco= der. * Driver uses this index to pass it to encoder when it supports more than --=20 2.36.1