Re: [PATCH] mm: page_io: Prefer 'unsigned int' to bare use of 'unsigned'

From: Andrew Morton
Date: Wed Jun 14 2023 - 14:11:23 EST


On Wed, 14 Jun 2023 15:23:44 +0800 hexingwei001@xxxxxxxxxx wrote:

> Fix the following checkpatch warning:
>
> mm/page_io.c:87: WARNING: Prefer 'unsigned int' to bare use of
> 'unsigned'.
> mm/page_io.c:89: WARNING: Prefer 'unsigned int' to bare use of
> 'unsigned'.
> mm/page_io.c:109: WARNING: Prefer 'unsigned int' to bare use of
> 'unsigned'.

I'm counting 55 of these in mm/*.c. If we're going to do this then it
wouild be better to do all at once, plus the header files.

I don't believe that is worth the churn.