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

Sudip Mukherjee sudipm.mukherjee at gmail.com
Sat Jun 13 12:35:18 UTC 2015


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 at openmailbox.org>
> ---
<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


More information about the devel mailing list