Re: [PATCH] gpio: gpio-104-dio-48e: Fixed coding style issues

2021-04-08 Thread William Breathitt Gray
On Wed, Apr 07, 2021 at 09:49:00PM -0500, 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 Brea

[PATCH] gpio: gpio-104-dio-48e: Fixed coding style issues

2021-04-07 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 --- drivers/gpio/gpio-104-dio-48e.c | 53 + 1 file changed, 27 in