Re: [PATCH] staging: fbtft: fix unbalanced parenthesis

2017-05-12 Thread Greg KH
On Fri, May 12, 2017 at 08:10:42AM +0200, Alexis Lothoré wrote: > Add missing parenthesis around if/else statement to comply with checkpatch.pl > following check : > > Unbalanced braces around else statement > #288: FILE: drivers/staging/fbtft/fb_agm1264k-fl.c:288: > + else { >

[PATCH] staging: fbtft: fix unbalanced parenthesis

2017-05-11 Thread Alexis Lothoré
Add missing parenthesis around if/else statement to comply with checkpatch.pl following check : Unbalanced braces around else statement #288: FILE: drivers/staging/fbtft/fb_agm1264k-fl.c:288: + else { Signed-off-by: Alexis Lothoré --- drivers/staging/fbtft/fb_agm1264k-fl.c