Re: [PATCH v2 3/5] staging: lustre: fix bad alignment

2015-07-28 Thread Sudip Mukherjee
On Mon, Jul 27, 2015 at 09:20:23PM +0200, Mario Bambagini wrote: > This patch fixes 8 bad alignments. When a line is split on > more than one line, the other lines must be aligned with > paranthesis. > > Signed-off-by: Mario Bambagini > --- > drivers/staging/lustre/lustre/llite/llite_capa.c | 16

Re: [PATCH v2 3/5] staging: lustre: fix bad alignment

2015-07-27 Thread Dan Carpenter
On Mon, Jul 27, 2015 at 09:20:23PM +0200, Mario Bambagini wrote: > This patch fixes 8 bad alignments. When a line is split on > more than one line, the other lines must be aligned with > paranthesis. > > Signed-off-by: Mario Bambagini I think you wrote this one against your old patch instead of

[PATCH v2 3/5] staging: lustre: fix bad alignment

2015-07-27 Thread Mario Bambagini
This patch fixes 8 bad alignments. When a line is split on more than one line, the other lines must be aligned with paranthesis. Signed-off-by: Mario Bambagini --- drivers/staging/lustre/lustre/llite/llite_capa.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git