Re: [PATCH] staging: uwb: Fix missing blank space coding style issue

2020-04-03 Thread Greg KH
On Mon, Mar 30, 2020 at 01:57:27AM +0300, Iulian Olaru wrote: > This patch adds a blank space before the switch argument parenthesis to > silence checkpatch.pl errors. > > Signed-off-by: Iulian Olaru > --- > drivers/staging/uwb/drp.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-

[PATCH] staging: uwb: Fix missing blank space coding style issue

2020-03-29 Thread Iulian Olaru
This patch adds a blank space before the switch argument parenthesis to silence checkpatch.pl errors. Signed-off-by: Iulian Olaru --- drivers/staging/uwb/drp.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/uwb/drp.c b/drivers/staging/uwb/drp.c index