Re: [PATCH v2 ] staging: ft1000: fix else style error
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2015-01-17 23:40:56
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2015-01-17 23:40:56
Also in:
lkml
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 <redacted> --- 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