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).
> 
>  drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c |   29 
> --
>  1 file changed, 10 insertions(+), 19 deletions(-)

Doesn't apply to my tree due to changes from other developers before you
in this area, sorry.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 bilel...@gmail.com
 ---
 v2: remove braces instead of just putting else after close brace. (suggested 
 by Joe Perches).
 
  drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c |   29 
 --
  1 file changed, 10 insertions(+), 19 deletions(-)

Doesn't apply to my tree due to changes from other developers before you
in this area, sorry.

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/