Re: [PATCH] sparc: Convert naked unsigned uses to unsigned int

From: David Miller
Date: Mon Mar 21 2016 - 00:29:50 EST


From: Joe Perches <joe@xxxxxxxxxxx>
Date: Thu, 10 Mar 2016 15:21:43 -0800

> Use the more normal kernel definition/declaration style.
>
> Done via:
>
> $ git ls-files arch/sparc | \
> xargs ./scripts/checkpatch.pl -f --fix-inplace --types=unspecified_int
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

Applied.