From nobody Sun Apr 12 00:02:30 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 715D6C19F2B for ; Thu, 4 Aug 2022 11:41:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239207AbiHDLle (ORCPT ); Thu, 4 Aug 2022 07:41:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239197AbiHDLlb (ORCPT ); Thu, 4 Aug 2022 07:41:31 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FF8B2181E for ; Thu, 4 Aug 2022 04:41:28 -0700 (PDT) X-QQ-mid: bizesmtp67t1659613271t140a8dx Received: from localhost.localdomain ( [182.148.15.41]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 04 Aug 2022 19:41:09 +0800 (CST) X-QQ-SSF: 01000000008000F0U000B00A0000020 X-QQ-FEAT: +ynUkgUhZJmfUsNY6zyWY0zSIo92eFhWB88/1NsF7UywBdgFClzWaBKOcoifk alSqGnyAD6LCGZF9V+wwv0+ypevb1PjAfoZXzXDUb7M+6F3XS32c2N/52O091ahd4NzKUDP E72L061Po/ZHyln4wSEq1r2r6FurplUSDfyT/dICRdBpYQUE9mOwxOUc9lgIs4lHgWC8Wfx 2uLwjgN6tpso8eZqexs4kXcdVxHfJCw7fPQySCDpGu6zYU9N6XFO/PEfk46amBi23ST5sGw GPfTt/C/LVvOfKKLjCcaEclBYitK6V5MXDG6Uhjik/HFt7qw/MnrQxrMZeX/5Bzt8QETmnW TM+L1sJyrO5bwgPDxvXL2tRXVFv4nMQH9ZA4Wzn18jeytmkuRcxifxohrrhhA== X-QQ-GoodBg: 0 From: Jason Wang To: thierry.reding@gmail.com Cc: linus.walleij@linaro.org, sam@ravnborg.org, airlied@linux.ie, daniel@ffwll.ch, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Jason Wang Subject: [PATCH] drm/panel: nt35510: Fix comment typo Date: Thu, 4 Aug 2022 19:41:05 +0800 Message-Id: <20220804114105.41326-1-wangborong@cdjrlc.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang --- drivers/gpu/drm/panel/panel-novatek-nt35510.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-novatek-nt35510.c b/drivers/gpu/dr= m/panel/panel-novatek-nt35510.c index 40ea41b0a5dd..4085822f619a 100644 --- a/drivers/gpu/drm/panel/panel-novatek-nt35510.c +++ b/drivers/gpu/drm/panel/panel-novatek-nt35510.c @@ -231,7 +231,7 @@ struct nt35510_config { * bits 0..2 in the lower nibble controls HCK, the booster clock * frequency, the values are the same as for PCK in @bt1ctr. * bits 4..5 in the upper nibble controls BTH, the boosting - * amplification for the the step-up circuit. + * amplification for the step-up circuit. * 0 =3D AVDD + VDDB * 1 =3D AVDD - AVEE * 2 =3D AVDD - AVEE + VDDB --=20 2.35.1