From nobody Wed Apr 8 04:25:44 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 E7B79C32789 for ; Tue, 23 Aug 2022 16:34:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244892AbiHWQeN (ORCPT ); Tue, 23 Aug 2022 12:34:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244724AbiHWQdb (ORCPT ); Tue, 23 Aug 2022 12:33:31 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62C309A9F4; Tue, 23 Aug 2022 07:52:31 -0700 (PDT) X-QQ-mid: bizesmtp63t1661266342t2f59wqq Received: from localhost.localdomain ( [182.148.14.124]) by bizesmtp.qq.com (ESMTP) with id ; Tue, 23 Aug 2022 22:52:20 +0800 (CST) X-QQ-SSF: 0100000000200040B000B00A0000000 X-QQ-FEAT: R3vftN8GVq8iVDHEowFNDn44iKc9ithiTLDgcDSRx4e896Gtxp4doItLko+3n wffvr2SNTopOWndq8NuUv1jgbGjcy+QSIlGEC5pdKCfBb0XefvDbol9lIZR4UjYo3F8vZlk KbjjWIS5CllFdazq4TsojFvirDviUvgCfajYa4FbYcEcC93LltyRdmzMAivJ9kpMKb8CDdU FezeVNEX7KWUvoc8K9GoqiZwQJk1SfJFpaNcACzHT7sDcE0e2RTZfYx4n5kxeaD+zVYmHWk FG29k5FyXa5i9vNL4pkVRDYji00FmmT9En3PBmn8f9OeSWnFz6KUquSLiOQMa0Jb1pHEl7I nKrvEyIOtp693oR11qbebXRj2Z/imLAg4YYG1uTZ77ekuHGL4uCCUlEPCxFHshz+G06lz6A X-QQ-GoodBg: 0 From: wangjianli To: jacopo@jmondi.org, mchehab@kernel.org Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] media/i2c: fix repeated words in comments Date: Tue, 23 Aug 2022 22:52:14 +0800 Message-Id: <20220823145214.43383-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 --- drivers/media/i2c/mt9v111.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/mt9v111.c b/drivers/media/i2c/mt9v111.c index 2dc4a0f24ce8..7beca0b70b72 100644 --- a/drivers/media/i2c/mt9v111.c +++ b/drivers/media/i2c/mt9v111.c @@ -633,7 +633,7 @@ static int mt9v111_hw_config(struct mt9v111_dev *mt9v11= 1) =20 /* * Set pixel integration time to the whole frame time. - * This value controls the the shutter delay when running with AE + * This value controls the shutter delay when running with AE * disabled. If longer than frame time, it affects the output * frame rate. */ --=20 2.36.1