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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux