Re: [PATCH v2 ] staging: ft1000: fix else style error

2015-01-17 Thread Greg KH
On Tue, Jan 13, 2015 at 10:34:00PM +0100, Bilel DRIRA wrote: > This patch fix the checkpatch.pl error: > > ERROR: else should follow close brace '}' > > Signed-off-by: Bilel DRIRA > --- > v2: remove braces instead of just putting else after close brace. (suggested > by Joe Perches). > >

[PATCH v2 ] staging: ft1000: fix else style error

2015-01-13 Thread Bilel DRIRA
This patch fix the checkpatch.pl error: ERROR: else should follow close brace '}' Signed-off-by: Bilel DRIRA --- v2: remove braces instead of just putting else after close brace. (suggested by Joe Perches). drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 29 --