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 0C69CC43334 for ; Fri, 1 Jul 2022 16:37:22 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Aq60on1pxD5y6GNG+ajuFrnu67FPuJbzqNlgCw667KA=; b=VNlyuBXXwZplkb OAOGVx/L5tLkbqF+rsGu8yGfSdcTTtzKcxIopcufi6tb/JrhHejL9yaIlwF7eqqUliEw9w2wYOF9S fL3Bdput6SFZH1bwGCjrNHS+jFDY1G27/7N7ePogc4BbVMKewk8d5LmEDWuXgJ91nXZcCfxyn0Xw1 OOvXn7+oREBm7rA/Kxa/zqPVn2NOoWrW3HU8z4TK81UDlfIsNSntJI5GHucyJNFzBQ6jNb+xXAwV3 kScS5/Yah2EywpsVzfXV7AACZqcADHj+tS6EKiMN1kYcajzRDPRqWsp3o56+uu/5Bod5hPtXmVkSD DjiThcLcVRQkMfXCE6GQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7Jd6-0061dt-DA; Fri, 01 Jul 2022 16:36:28 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o7Jd3-0061c3-Do for linux-arm-kernel@lists.infradead.org; Fri, 01 Jul 2022 16:36:26 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 83FFBB82DDC; Fri, 1 Jul 2022 16:36:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1F24C3411E; Fri, 1 Jul 2022 16:36:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656693380; bh=fON2n7V2Tz1MR0HNZ1rdq5xO7nnX+bihrmkwq2reX/I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XtnYQ0GRmWpSM/epbOXzk6dsor7PYc54WB4wSfDAqULsIUUBDb2L16AytdL5snVWx 4ROsQCDALM96PcdlAUc7OJ4PppXrq+XObfJyMVSCeKg2gjrxfSSJNu20b1MTrBGh23 uh1JQX/IQi6nJuQU+WFuExkn4hZfefX53kD2ixMlIK36ZtnwZBGu6qiJp8RIf2vgf1 Zongz667m4F7xa5RdniGYU7Cw/p3/ZrbNI++B/OE07y5KTN6NzAfjZ/URDvRJAw/oh kD9Pj72bnzmtNc5oFDqNaj36kqb3YQJYZNT4zWhWrF06vU+lzlIQzF1paPhJrt0pI0 qrW9j6mkMOI+A== Date: Fri, 1 Jul 2022 22:06:14 +0530 From: Vinod Koul To: Xiang wangx Cc: ludovic.desroches@microchip.com, tudor.ambarus@microchip.com, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: at_xdmac: Fix typo in comment Message-ID: References: <20220618130349.11507-1-wangxiang@cdjrlc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220618130349.11507-1-wangxiang@cdjrlc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220701_093625_679693_898CDD86 X-CRM114-Status: UNSURE ( 6.82 ) X-CRM114-Notice: Please train this message. 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 On 18-06-22, 21:03, Xiang wangx wrote: > Delete the redundant word 'the'. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel