Re: [PATCH 3/4] gpio: tegra: Fix checkpatch warnings

2017-08-02 Thread Linus Walleij
On Mon, Jul 24, 2017 at 4:55 PM, Thierry Reding wrote: > From: Thierry Reding > > Fix a couple of checkpatch warnings, such as complaints about bare > unsigned being used (instead of unsigned int) and missing blank lines > after declarations. > > Signed-off-by: Thierry Reding Patch applied wit

Re: [PATCH 3/4] gpio: tegra: Fix checkpatch warnings

2017-07-25 Thread Jon Hunter
On 24/07/17 15:55, Thierry Reding wrote: > From: Thierry Reding > > Fix a couple of checkpatch warnings, such as complaints about bare > unsigned being used (instead of unsigned int) and missing blank lines > after declarations. > > Signed-off-by: Thierry Reding > --- > drivers/gpio/gpio-teg

[PATCH 3/4] gpio: tegra: Fix checkpatch warnings

2017-07-24 Thread Thierry Reding
From: Thierry Reding Fix a couple of checkpatch warnings, such as complaints about bare unsigned being used (instead of unsigned int) and missing blank lines after declarations. Signed-off-by: Thierry Reding --- drivers/gpio/gpio-tegra.c | 32 1 file changed, 2