Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936558AbdIZAP6 (ORCPT ); Mon, 25 Sep 2017 20:15:58 -0400 Received: from mail-oi0-f46.google.com ([209.85.218.46]:48190 "EHLO mail-oi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935704AbdIZAPz (ORCPT ); Mon, 25 Sep 2017 20:15:55 -0400 X-Google-Smtp-Source: AOwi7QBUBnJHz97BW2hI4WunvBPgjxm31RWrzQeF0lEo1qG+lDAVwGF1DGXgIeISgrlrsRZ/qT6cXOSHwedDATyTeP8= MIME-Version: 1.0 In-Reply-To: <20170925211406.r2zqips6vxv6fgjv@sirena.org.uk> References: <69228f2ae8af7cff6b2a5e75503a08bd756a0d5e.1504777856.git.baolin.wang@spreadtrum.com> <6225db538d6f22c608da89520576669784a82e1e.1504777856.git.baolin.wang@spreadtrum.com> <20170925094759.GB30097@localhost> <20170925211406.r2zqips6vxv6fgjv@sirena.org.uk> From: Baolin Wang Date: Tue, 26 Sep 2017 08:15:54 +0800 Message-ID: Subject: Re: [PATCH v3 2/2] dma: sprd: Add Spreadtrum DMA driver To: Mark Brown Cc: Vinod Koul , Baolin Wang , Rob Herring , Mark Rutland , Dan Williams , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, LKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1053 Lines: 26 On 26 September 2017 at 05:14, Mark Brown wrote: > 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. Make sense. Thanks. -- Baolin.wang Best Regards