As i saw that many other variables were changed from unsigned to
unsigned int
and since i was cleaning up the code i thought it would be beneficial
to change it now not to cause checkpatch problems or other problems down
the line.
Marko
On 28/11/2017 14:16, Bruce Richardson wrote:
On Tue, Nov 28, 2017 at 01:22:00PM +0000, Marko Kovacevic wrote: >> Signed-off-by: Marko Kovacevic <marko.kovace...@intel.com> --- >
While I know that checkpatch complains about unsigned vs unsigned > int,
is there some other reason for making this change wholesale in > the
code? > > /Bruce