Re: [PATCH] staging: input: sunkbd.c: Fix coding style

2014-07-20 Thread Dmitry Torokhov
On Sun, Jul 20, 2014 at 08:52:54AM -0700, Joe Perches wrote: > On Sun, 2014-07-20 at 15:01 +0300, Bivolaru Catalin wrote: > > Fix coding style with regard to missing spaces after , and the column limit > > that was violated after the first change. > > Some checkpatch errors should be ignored. > >

Re: [PATCH] staging: input: sunkbd.c: Fix coding style

2014-07-20 Thread Joe Perches
On Sun, 2014-07-20 at 15:01 +0300, Bivolaru Catalin wrote: > Fix coding style with regard to missing spaces after , and the column limit > that was violated after the first change. Some checkpatch errors should be ignored. These are some of them. This change doesn't make it easier to read or to

[PATCH] staging: input: sunkbd.c: Fix coding style

2014-07-20 Thread Bivolaru Catalin
Fix coding style with regard to missing spaces after , and the column limit that was violated after the first change. Signed-off-by: Bivolaru Catalin --- The change was tested only by compilation. diff --git a/drivers/input/keyboard/sunkbd.c b/drivers/input/keyboard/sunkbd.c index dc6bb9d..25ba