diff options
author | Douglas Anderson <dianders@chromium.org> | 2020-04-28 17:23:28 -0700 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-04-29 14:18:58 +0200 |
commit | 8d0910121b070b4edf4239d91cf9a4523b33ca0c (patch) | |
tree | 11d7e0a18a06d2268e898609dae99eac381668f5 /samples | |
parent | 36b5215436ad115551e12478ceb3be4a2279e415 (diff) | |
download | linux-8d0910121b070b4edf4239d91cf9a4523b33ca0c.tar.bz2 |
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>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions