From nobody Mon Apr 20 04:21:11 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 45843C43334 for ; Wed, 22 Jun 2022 14:32:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357098AbiFVOcQ (ORCPT ); Wed, 22 Jun 2022 10:32:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235099AbiFVOcO (ORCPT ); Wed, 22 Jun 2022 10:32:14 -0400 Received: from smtpbg.qq.com (smtpbg139.qq.com [175.27.65.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E3F739BB5; Wed, 22 Jun 2022 07:32:10 -0700 (PDT) X-QQ-mid: bizesmtp62t1655908324tb0lfnn9 Received: from ubuntu.localdomain ( [106.117.78.84]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 22 Jun 2022 22:32:00 +0800 (CST) X-QQ-SSF: 01000000008000B0B000E00A0000000 X-QQ-FEAT: HoyAXBWgskmNPZB93pOxP5cN3WyfcwcVTE81w7Gelm82zB/F8H07G6L7WAeaR CMr9XIqPwLhobY5R53KYOu1uYvaJbI7OoY0Pxvg53cHFnRskfSGT8iPPyGu6YqpBs5oyl11 X4OF8DM8enTAW/qh4A2VlJjKyN9P+lj8lY4AS2VOoPE/nca08GbPj18se/2d7rKgtBM4nOw yhuEF7xeibxRnVUr0Zc2AhbEdpgH5pwc72UZZgzde1bwV3TjkCfPXbmQppvuFLO4nxES1tI 1Ra7pjxTsDSYqyFRG0cZs+wdqmX1BZwZ1Zqe0ppfObcSKkxO9Y70WdIC/T0uIiAR1uS+wCF N2kLzoGvT6Rh7b0Ss2FWzvfgr/FemktZTvJcsQV X-QQ-GoodBg: 0 From: Jiang Jian To: vkoul@kernel.org Cc: dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, Jiang Jian Subject: [PATCH] dmaengine: ep93xx: Fix typo in comments Date: Wed, 22 Jun 2022 22:31:58 +0800 Message-Id: <20220622143158.15091-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam6 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" Remove the repeated word 'and' from comments Signed-off-by: Jiang Jian --- drivers/dma/ep93xx_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/ep93xx_dma.c b/drivers/dma/ep93xx_dma.c index 971ff5f9ae84..d19ea885c63e 100644 --- a/drivers/dma/ep93xx_dma.c +++ b/drivers/dma/ep93xx_dma.c @@ -1183,7 +1183,7 @@ ep93xx_dma_prep_dma_cyclic(struct dma_chan *chan, dma= _addr_t dma_addr, * * Synchronizes the DMA channel termination to the current context. When t= his * function returns it is guaranteed that all transfers for previously iss= ued - * descriptors have stopped and and it is safe to free the memory associat= ed + * descriptors have stopped and it is safe to free the memory associated * with them. Furthermore it is guaranteed that all complete callback func= tions * for a previously submitted descriptor have finished running and it is s= afe to * free resources accessed from within the complete callbacks. --=20 2.17.1