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 <shsh...@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
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to