Re: [PATCH] staging: iio: convert bare unsigned usage to unsigned int

From: Joe Perches
Date: Sat Mar 26 2016 - 15:59:07 EST


On Sat, 2016-03-26 at 12:50 -0700, Alison Schofield wrote:
> Use kernel preferred unsigned int declaration style.
>
> Patch created using:
> git ls-files drivers/staging/iio | \
> xargs ./scripts/checkpatch.pl -f --fix-inplace --types=unspecified_int
>
> Hand edits restored columns in structure definitions.

This all seems reasonable and it's good you redid the columns.
checkpatch isn't smart for that.