gpio: Make "offset" and "unsigned int", not just "unsigned"
authorDouglas Anderson <dianders@chromium.org>
Wed, 29 Apr 2020 00:23:28 +0000 (17:23 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Apr 2020 12:18:58 +0000 (14:18 +0200)
commit8d0910121b070b4edf4239d91cf9a4523b33ca0c
tree11d7e0a18a06d2268e898609dae99eac381668f5
parent36b5215436ad115551e12478ceb3be4a2279e415
gpio: Make "offset" and "unsigned int", not just "unsigned"

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@chromium.org>
Link: https://lore.kernel.org/r/20200428172322.2.Iacb3c8152c3cf9015a91308678155a578b0cc050@changeid
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/linux/gpio/driver.h