[PATCH] staging: sm750fb: ddk750_chip: use consistent spacing

Sudip Mukherjee sudipm.mukherjee at gmail.com
Tue Jul 14 13:08:19 UTC 2015


On Tue, Jul 14, 2015 at 11:50:57AM +0530, Sunil Shahu wrote:
> Remove all checkpatch error by using consistent spacing.
> 
> Signed-off-by: Sunil Shahu <shshahu at gmail.com>
> ---
<snip>
>  			/* round step */
> -			M += (fl_quo*X % 10000)>5000?1:0;
> +			M += (fl_quo*X % 10000) > 5000 ? 1 : 0;
you missed the spacing around this '*'.

regards
sudip


More information about the devel mailing list