From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0CCE5C43334 for ; Sat, 18 Jun 2022 13:05:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=PsoBHHatp2t4YyXZYRDLWN377nITsD34SQTyDP/Ntok=; b=vsxLg6T4CoIfH2 xBRf4P4BWZJxPn/vJE22wt09PRPJNREr8P4bTsQZkfxTRoRuVfu4Uosb4dGF7siY1sbqnlVBmbRyi aHAKcl6epismZeLHFNXUAJCKm5GUpR8UCj7IqyyVVmtiiCdzTgSV9ulu5CY/zgqpG8bhztpbhZQ+b M9lyE6d+8sPiUXR5+21vOLpffmqNIevnbWrlpBb9LeiR0SC+KkUApc7IPZeDlLAn6JhFcqv1KTUS3 yWL0dsi0Z6AJRTPnh9CQIN/guIC0W93lQlUgwBHMz+ApBNzHqZhtRtFIe1bQLoxC3hZ1mLEz2OlJV tdFQe8Af6Iix75g+63mA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o2Y8C-00BPPn-9C; Sat, 18 Jun 2022 13:04:52 +0000 Received: from smtpbg123.qq.com ([175.27.65.52] helo=smtpbg.qq.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o2Y85-00BPHr-0Q for linux-arm-kernel@lists.infradead.org; Sat, 18 Jun 2022 13:04:50 +0000 X-QQ-mid: bizesmtp86t1655557451tni8bcgo Received: from localhost.localdomain ( [125.70.163.206]) by bizesmtp.qq.com (ESMTP) with id ; Sat, 18 Jun 2022 21:04:08 +0800 (CST) X-QQ-SSF: 01000000002000D0I000B00A0000000 X-QQ-FEAT: Adk7n3szVYHr/pIy2iWGziYUhNJCOz7mKoVcCrT6mJ+1vssvxIO7m72Ao+mmQ 1ABJ5x6Dq3wzYZ0hXRm8JdFrrIEXCibTWDf0ZHHoniizK6p4XpcSwQKopolxuxmMS0odv0U eWpWdr+EqtqfSPB39GCBOqvzeHog1fK1tdm2fQKdeFN83ijuwEr0e5ky3AbHJfgdBCxJTiq i+AghExOyrWhXAlPj8iBfa3gbuZlm6F9RDRVexgwVicY7bd5wHaiTXH7OZOnwrd7Izp1tmT qnKAwvAOsPfWod7AtM+Ed5DpOVIZBN6b0aGwQnuXUoWnhaapaAdImSwdFYerMTgxAU0dNS1 LnXIKvCMUr6VWe+0iA= X-QQ-GoodBg: 0 From: Xiang wangx To: vkoul@kernel.org Cc: ludovic.desroches@microchip.com, tudor.ambarus@microchip.com, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, Xiang wangx Subject: [PATCH] dmaengine: at_xdmac: Fix typo in comment Date: Sat, 18 Jun 2022 21:03:49 +0800 Message-Id: <20220618130349.11507-1-wangxiang@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam8 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220618_060445_417846_BDA4FED2 X-CRM114-Status: GOOD ( 11.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Delete the redundant word 'the'. Signed-off-by: Xiang wangx --- drivers/dma/at_xdmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c index 3e9d726504e2..90cbff44f884 100644 --- a/drivers/dma/at_xdmac.c +++ b/drivers/dma/at_xdmac.c @@ -649,7 +649,7 @@ static int at_xdmac_compute_chan_conf(struct dma_chan *chan, } /* - * Only check that maxburst and addr width values are supported by the + * Only check that maxburst and addr width values are supported by * the controller but not that the configuration is good to perform the * transfer since we don't know the direction at this stage. */ -- 2.36.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel