Re: [PATCH] staging: lustre: namei.c: coding style: fix 80 characters limit

2015-03-18 Thread gre...@linuxfoundation.org
On Wed, Mar 18, 2015 at 07:53:35PM +, Dilger, Andreas wrote: > On 2015/03/18, 1:07 PM, "Maxime Lorrillere" > wrote: > > >From: Laure Millet > > > >This patch fixes lines over 80 characters > > I think the newer rule is that strings shouldn't be split across lines. > That makes > the first h

Re: [PATCH] staging: lustre: namei.c: coding style: fix 80 characters limit

2015-03-18 Thread Dilger, Andreas
On 2015/03/18, 1:07 PM, "Maxime Lorrillere" wrote: >From: Laure Millet > >This patch fixes lines over 80 characters I think the newer rule is that strings shouldn't be split across lines. That makes the first hunk invalid, though the second one is OK. Cheers, Andreas >Signed-off-by: Laure Mi

[PATCH] staging: lustre: namei.c: coding style: fix 80 characters limit

2015-03-18 Thread Maxime Lorrillere
From: Laure Millet This patch fixes lines over 80 characters Signed-off-by: Laure Millet Signed-off-by: Maxime Lorrillere --- drivers/staging/lustre/lustre/llite/namei.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lustre/llite/namei.c b