Re: [PATCH 6/8] scsi: pm80xx: reduce indentation

2019-01-03 Thread Martin K. Petersen
Julia, > Delete tab aligning a statement with the right hand side of a > preceding assignment rather than the left hand side. Applied to 4.21/scsi-fixes, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 6/8] scsi: pm80xx: reduce indentation

2019-01-01 Thread Jinpu Wang
On Sun, Dec 30, 2018 at 5:29 PM 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 Thanks, Julia. Acked-by: Jack Wang > > --- >

[PATCH 6/8] scsi: pm80xx: 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/scsi/pm8001/pm8001_sas.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git