On Fri, Dec 02, 2016 at 02:40:47PM -0500, James Simmons wrote:
> -     __u32 local_flags = 0;
> +     u32 local_flags = 0;

> -     if (local_flags != 0) {
> +     if (local_flags) {

Please avoid these unrelated white space changes.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to