Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935475AbdIYVO5 (ORCPT ); Mon, 25 Sep 2017 17:14:57 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:36638 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932182AbdIYVOy (ORCPT ); Mon, 25 Sep 2017 17:14:54 -0400 Date: Mon, 25 Sep 2017 14:14:06 -0700 From: Mark Brown To: Baolin Wang Cc: Vinod Koul , Baolin Wang , Rob Herring , Mark Rutland , Dan Williams , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, LKML Subject: Re: [PATCH v3 2/2] dma: sprd: Add Spreadtrum DMA driver Message-ID: <20170925211406.r2zqips6vxv6fgjv@sirena.org.uk> References: <69228f2ae8af7cff6b2a5e75503a08bd756a0d5e.1504777856.git.baolin.wang@spreadtrum.com> <6225db538d6f22c608da89520576669784a82e1e.1504777856.git.baolin.wang@spreadtrum.com> <20170925094759.GB30097@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="coptyhu7paltrkym" Content-Disposition: inline In-Reply-To: X-Cookie: MIT: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1592 Lines: 41 --coptyhu7paltrkym Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 26, 2017 at 04:02:52AM +0800, Baolin Wang wrote: > On 25 September 2017 at 17:47, Vinod Koul wrote: > > On Thu, Sep 07, 2017 at 06:00:04PM +0800, Baolin Wang wrote: > > > >> +static void sprd_dma_chn_update(struct sprd_dma_chn *schan, u32 reg, > >> + u32 mask, u32 val) > > right justfied pls > I have made these to right justified, but I do not know why it looks > like in this email. I checked the patch in patchwork[1], it already > right justified. But I will check again to make sure they are right > justified. This happens as a result of indenting with tabs - when things get quoted or the characters get added at the start of the line you can get an extra couple of characters on the line with no blank space but that's less than a tab so the lines indented by tabs suddenly aren't lined up. It'll be fine once the patch is applied. --coptyhu7paltrkym Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlnJcZ4ACgkQJNaLcl1U h9AyXQf8DSLe0rK/TdGz6H0nymwxDRfyQxLNU/6n8BZ4R42Gw5KQGqNsDwueIoqc VPKF9tKb9tDuHCfjoAydWGb7OKhljzTBWiRD0i8ZruuzPaZsoVrWytjzIIBeBITD THquGmEHMZCe4yLRwSHEzRjQb0Hh7ZzdJ2UCV31hzCVYzEYHFgB6X2fABUG2MMT6 hiwNZXPKlSeJVBwZqbU/aff+upf/PeQ0qhjRLmPhO3pAwzSJaqqtYZXwKPfTGTQ+ RO9jyYRMLyLdnscg2nyf8xwcUdKBkOF2NA30yqetrKMppFUu9TTCuFib2c9LxlWP F7e6mPjDvzE0Ney08n2wyJUdPPReeQ== =b1h7 -----END PGP SIGNATURE----- --coptyhu7paltrkym--