Re: [PATCH v2 01/11] staging: fbtft: split long function calls in flexfb.c

2015-06-13 Thread Sudip Mukherjee
On Sat, Jun 13, 2015 at 02:50:05PM +0300, Anton Gerasimov wrote: > The patch splits long function calls and declarations into several shorter > lines. > > Signed-off-by: Anton Gerasimov > --- > > @@ -232,10 +242,12 @@ static int flexfb_verify_gpios_db(struct fbtft_par *par) > re

[PATCH v2 01/11] staging: fbtft: split long function calls in flexfb.c

2015-06-13 Thread Anton Gerasimov
The patch splits long function calls and declarations into several shorter lines. Signed-off-by: Anton Gerasimov --- drivers/staging/fbtft/flexfb.c | 45 +- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/drivers/staging/fbtft/flexfb.c b/d