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 76818CD68E0 for ; Tue, 10 Oct 2023 01:12:01 +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=wsefLsHQHKuFBNcg5ewx3/Sm71BcU0lCzZNgJfcaoPs=; b=YPWcbrzRiQi4ft MtlOEyKjYgveYc6mQqjpygyhEYK458pWgXLU3kbvSNPuWhCKzslgNFUhwy6tPfvtKcP3cOFNz7FBk Rf+mj4eoRIpWVmhlmTDwgKgRlTxWbnEoxsCS0DRwCSu/RxeZHfxHM0zvP2qwo/amM+/Oh27kjNVsF GJiG/c+T4Jrc6Z1MbVSRCPQ4K4RVJEzhYwXLSRiuc3+N+F7AQRyKazu46J6TFOYaB9rDCCbo7EyMZ oq5kBi7bgm8dqtc2gkLRvwk4l+ePfeg4Uej9HWHKl7M1ywqaSyaxnDimX8I3pNMom+dxat9zRr8x1 B2rwjAaGXzELrGfqSXTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qq1Hb-00BxJA-1C; Tue, 10 Oct 2023 01:11:35 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qq1HY-00BxHO-1v for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 01:11:33 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 2F766B80B55; Tue, 10 Oct 2023 01:11:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D01CFC433C8; Tue, 10 Oct 2023 01:11:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696900290; bh=YoeV9mg1tWbzqc5i8XT78yyNzEyEMLt+KXoCJLKA1R4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pnXGBxNaMniasSpX3Jm6q9dpsC0TM2HAwMuASUwBQTlhoy6+6JCCYm2W5PTjsroYJ PcuIXkuj7UDZ/4TKEU+4wcaIZ7VjCchFmcNEv2+RaIUNo6iBO52YRYFAIUKJDO6Fvd yRQAR+EgJCWPmeJpvF8vTOuikKf4JvepHul8MFGspgCSlw2ke3hq0tnR5+FswBlErV sW6cJcHH+3sV+X4fD8Ug3J0Esw3KVRHfdREdocaI6VAX5l13Lf5Wnbr/8/w1uGGEj9 SWKCa8zuTUluyL4w9N4DBQB/0X1fkAaSxe8ujm85gqARmrkBDhSUPOlIlhvRdzqlRT cUGb9jNp76u7Q== Date: Tue, 10 Oct 2023 09:11:22 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: vfxxx: Write dmas in a single line Message-ID: <20231010011122.GL733979@dragon> References: <20230926144004.396502-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230926144004.396502-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231009_181132_793353_D2BE328E X-CRM114-Status: UNSURE ( 9.38 ) 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 Tue, Sep 26, 2023 at 11:40:04AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > There is no need to split dmas in two lines. > > Make it more readable by writing it in a single line. > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel