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 <anton.gerasimov@xxxxxxxxxxxxxxx> > --- <snip> > > @@ -232,10 +242,12 @@ static int flexfb_verify_gpios_db(struct fbtft_par *par) > return -EINVAL; > } > if (latched) > - num_db=buswidth/2; > - for (i=0;i < num_db;i++) { > + num_db = buswidth/2; > + for (i = 0; i < num_db; i++) { oops, these two are not what you mentioned in your commit message. regards sudip _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel