From nobody Wed Apr 8 04:26:35 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 502C4C38145 for ; Tue, 23 Aug 2022 17:01:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245715AbiHWRB3 (ORCPT ); Tue, 23 Aug 2022 13:01:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343888AbiHWRAc (ORCPT ); Tue, 23 Aug 2022 13:00:32 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F108A9E0D0 for ; Tue, 23 Aug 2022 07:12:13 -0700 (PDT) X-QQ-mid: bizesmtp89t1661263923tx83jlr4 Received: from localhost.localdomain ( [182.148.14.124]) by bizesmtp.qq.com (ESMTP) with id ; Tue, 23 Aug 2022 22:12:01 +0800 (CST) X-QQ-SSF: 0100000000200040B000B00A0000000 X-QQ-FEAT: znfcQSa1hKYzzlmEkavydIuQBfcQG+Gw6Ff3QaZY4yoHaABX9TSRukEz/XikS xGfiPf5JhYBhXEDIkLKv/YfwsQsGkKpDhi+00nW2+GOCyBlJggUcu5I8EaM4Ckx0NQA4KUn 1ym8Mdr5BCRKzVuskuqyycqjegswQu1VpvK7j2ZahEtwv/wCJNQ1Bj394wdkM6+s0IyhYVq f3st/RXI9Prm/Z56KnFiNK0TeY5ZxoVbz2vj2wGzMueWL7EktU1CMPkJ6+GD6rW7J74oQLB Vc2H2ZuWb0x24m+D7N6voZXYPO8mthvsNi1JbtiRxrvez/IKbqWiKwFG+TPqjn+aNNsZnJ/ hbWSQEADMKjRyYMTAUrqkcRBChndtomxHXOW2pdiEAQL+MQ2SE= X-QQ-GoodBg: 0 From: wangjianli To: maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, irlied@linux.ie, daniel@ffwll.ch Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] gpu/drm: fix repeated words in comments Date: Tue, 23 Aug 2022 22:11:54 +0800 Message-Id: <20220823141154.9956-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/gpu/drm/drm_mipi_dsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_mipi_dsi.c b/drivers/gpu/drm/drm_mipi_dsi.c index c40bde96cfdf..fd2790a5664d 100644 --- a/drivers/gpu/drm/drm_mipi_dsi.c +++ b/drivers/gpu/drm/drm_mipi_dsi.c @@ -606,7 +606,7 @@ EXPORT_SYMBOL(mipi_dsi_turn_on_peripheral); =20 /* * mipi_dsi_set_maximum_return_packet_size() - specify the maximum size of= the - * the payload in a long packet transmitted from the peripheral back to= the + * payload in a long packet transmitted from the peripheral back to the * host processor * @dsi: DSI peripheral device * @value: the maximum size of the payload --=20 2.36.1