On Thu, 19 Jul 2018 13:16:57 +0300
Dan Carpenter <[email protected]> wrote:

> I'm getting some compile warnings where we us %u instead of %lu for
> size_t.
> 
> We also need a README explaining what else needs to be done before this
> can be moved out of staging into the normal part of the kernel.

Use %zu to print size_t variables.
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to