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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6612CECAAD5 for ; Mon, 5 Sep 2022 06:21:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236511AbiIEGVi (ORCPT ); Mon, 5 Sep 2022 02:21:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235786AbiIEGVh (ORCPT ); Mon, 5 Sep 2022 02:21:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59A582B261; Sun, 4 Sep 2022 23:21:37 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id EA6DC61117; Mon, 5 Sep 2022 06:21:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9DEDC433C1; Mon, 5 Sep 2022 06:21:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662358896; bh=TNEBXej6R4HHqPME+PDj0XbbBvp7eLyz70MrlYZp+3A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BR8qdVIR528CcfShi4QQ+GyEKrWei5bNy6DNa3TG2xaTpFUdzfbyadPKEYFMHuRY/ FflO2Mh9+sTVFWgiF6J75U7GidHvnvhH0AThdq+bJNmnTQLJebWdgvG9+xTIskY9iD dsP6YhhIdHQoCrjHiMQ1ldSUNWyXSUBf6PlvQmoyUIUeTiPXgOpYZjFjO+yv3sqeH5 W7Nd9m3KOTapAQyXcglLTHJaJF1EqIXLghVIkDviGWBPQ2pCHQhLr2y889GKIWFU7v rn17LNN5Qfue+/in2U77zdKjd7zTM3nWUJumYomc7v82jHJARUX6t7wSrh6YpoAO7n ANJ5D17LHUYBQ== Date: Mon, 5 Sep 2022 11:51:32 +0530 From: Vinod Koul To: Jason Wang Cc: mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, dmaengine@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: stm32-dmamux: Fix comment typo Message-ID: References: <20220811120959.18752-1-wangborong@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220811120959.18752-1-wangborong@cdjrlc.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 11-08-22, 20:09, Jason Wang wrote: > The double `end' is duplicated in the comment, remove one. Applied, thanks -- ~Vinod