Re: [PATCH 2/2] drivers:staging:gdm724x Fix Alignment should match open parenthesis

2015-10-28 Thread Joe Perches
On Wed, 2015-10-28 at 19:13 +0100, Bogicevic Sasa wrote: > This fixes all Alignment should match open parenthesis > messages from checkpatch.pl What you suggest is not at all generally accepted kernel style. > diff --git a/drivers/staging/gdm724x/gdm_lte.c > b/drivers/staging/gdm724x/gdm_lte.c [

Re: [PATCH 2/2] drivers:staging:gdm724x Fix Alignment should match open parenthesis

2015-10-28 Thread Dan Carpenter
On Wed, Oct 28, 2015 at 07:13:24PM +0100, Bogicevic Sasa wrote: > This fixes all Alignment should match open parenthesis > messages from checkpatch.pl > > Signed-off-by: Bogicevic Sasa > --- > drivers/staging/gdm724x/gdm_lte.c | 69 > +-- > 1 file changed, 45

[PATCH 2/2] drivers:staging:gdm724x Fix Alignment should match open parenthesis

2015-10-28 Thread Bogicevic Sasa
This fixes all Alignment should match open parenthesis messages from checkpatch.pl Signed-off-by: Bogicevic Sasa --- drivers/staging/gdm724x/gdm_lte.c | 69 +-- 1 file changed, 45 insertions(+), 24 deletions(-) diff --git a/drivers/staging/gdm724x/gdm_lte.c