Re: [PATCH] block: Change 'unsigned' to 'unsigned int' throughout block layer
From: Jens Axboe
Date: Wed Feb 14 2018 - 21:03:57 EST
On 2/14/18 6:37 PM, John Pittman wrote:
> In quite a few files throughout the block layer, the bare 'unsigned' is
> used rather than the preferred 'unsigned int'. The issue was
> exposed by checkpatch.pl. Warnings encountered were:
>
> WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
> WARNING: Prefer 'unsigned int *' to bare use of 'unsigned *'
>
> Fixed 64 total warnings.
I'm not going to take this, unless there's a specific bug related
to it.
--
Jens Axboe