Re: [PATCH] tty: moxa: Fix coding style issues

2019-01-19 Thread Joe Perches
On Sat, 2019-01-19 at 17:05 -0500, Antoine Robertson wrote: > Fix coding style issues [] > diff --git a/drivers/tty/moxa.c b/drivers/tty/moxa.c [] > @@ -74,8 +74,7 @@ enum { > MOXA_BOARD_CP204J, > }; > > -static char *moxa_brdname[] = > -{ > +static char *moxa_brdname[] = { If you're

[PATCH] tty: moxa: Fix coding style issues

2019-01-19 Thread Antoine Robertson
Fix coding style issues Signed-off-by: Antoine Robertson --- drivers/tty/moxa.c | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/drivers/tty/moxa.c b/drivers/tty/moxa.c index 3a1a5e0ee93f..8641f8ecf1d6 100644 --- a/drivers/tty/moxa.c +++