Re: [PATCH 8/8] iommu/msm: reduce indentation

2019-01-11 Thread Joerg Roedel
On Sun, Dec 30, 2018 at 04:53:15PM +0100, Julia Lawall wrote: > Delete tab aligning a statement with the right hand side of a > preceding assignment rather than the left hand side. > > Found with the help of Coccinelle. > > Signed-off-by: Julia Lawall Applied, thanks. __

[PATCH 8/8] iommu/msm: reduce indentation

2018-12-30 Thread Julia Lawall
Delete tab aligning a statement with the right hand side of a preceding assignment rather than the left hand side. Found with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/iommu/msm_iommu.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers