Hi Jermey,

On Wed, Jan 10, 2018 at 3:33 PM, Jeremy Sowden <jer...@azazel.net> wrote:
> This patch fixes sparse warnings arising when the addresses of signed
> variables are passed to functions expecting pointers to unsigned
> integers by converting those signed variables to unsigned as follows:
>
>   * changed the types of a number of index and length variables from
>     signed to unsigned integer types.
>
>   * changed the return-types of a couple of functions that return length
>     values which are assigned to one of these variables from signed to
>     unsigned integer types.
>
> Signed-off-by: Jeremy Sowden <jer...@azazel.net>
> ---


Please run scripts/checkpatch.pl on patches before submission.
They have multiple coding style errors.

You should probably also read Documentation/process/submitting-patches.rst

Thanks,
Gilad


-- 
Gilad Ben-Yossef
Chief Coffee Drinker

"If you take a class in large-scale robotics, can you end up in a
situation where the homework eats your dog?"
 -- Jean-Baptiste Queru
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to