Re: [PATCH] staging: vt6656: fix style

2017-05-16 Thread Greg KH
On Mon, May 15, 2017 at 11:14:03PM +0900, Juan Manuel Torres Palma wrote: > Fix coding style, including breaking too long lines, multiple > assignments in same line and empty lines. That's a lot of different things to be doing all in the same patch. Please break this up into "one logical thing pe

[PATCH] staging: vt6656: fix style

2017-05-15 Thread Juan Manuel Torres Palma
Fix coding style, including breaking too long lines, multiple assignments in same line and empty lines. Signed-off-by: Juan Manuel Torres Palma --- drivers/staging/vt6656/rxtx.c | 33 +++-- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/drivers/stagin

Re: [PATCH] staging: vt6656: fix style

2017-05-09 Thread Greg KH
On Tue, May 09, 2017 at 09:45:43PM +0900, Juan Manuel Torres Palma wrote: > Cleanup all style warnings and errors in rxtx.c That's really vague... Please be very specific, and remember, you can only fix one "type of thing" per patch, and no, "all style warnings and errors" is not a single type of

[PATCH] staging: vt6656: fix style

2017-05-09 Thread Juan Manuel Torres Palma
Cleanup all style warnings and errors in rxtx.c Signed-off-by: Juan Manuel Torres Palma --- drivers/staging/vt6656/rxtx.c | 50 +++ 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.