Re: [PATCH v2] gpio: gpio-104-dio-48e: Fixed coding style issues (revised)

2021-04-09 Thread Bartosz Golaszewski
On Thu, Apr 8, 2021 at 5:54 PM Barney Goette wrote: > > Fixed multiple bare uses of 'unsigned' without 'int'. > Fixed space around "*" operator. > Fixed function parameter alignment to opening parenthesis. > Reported by checkpatch. > > Signed-off-by: Barney Goette > Acked-by: William Breathitt Gr

[PATCH v2] gpio: gpio-104-dio-48e: Fixed coding style issues (revised)

2021-04-08 Thread Barney Goette
Fixed multiple bare uses of 'unsigned' without 'int'. Fixed space around "*" operator. Fixed function parameter alignment to opening parenthesis. Reported by checkpatch. Signed-off-by: Barney Goette Acked-by: William Breathitt Gray --- drivers/gpio/gpio-104-dio-48e.c | 50 --