Re: [PATCH 2/2] gpio: Make "offset" and "unsigned int", not just "unsigned"

From: Linus Walleij
Date: Wed Apr 29 2020 - 08:19:50 EST


On Wed, Apr 29, 2020 at 2:24 AM Douglas Anderson <dianders@xxxxxxxxxxxx> wrote:

> When I copied the function prototypes from the GPIO header file into
> my own driver, checkpatch yelled at me saying that I shouldn't use use
> "unsigned" but instead should say "unsigned int". Let's make the
> header file use "unsigned int" so others who copy like I did won't get
> yelled at.
>
> Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>

Patch applied. Nice cleanup!

Yours,
Linus Walleij