Re: [PATCH] staging: vt6656: Break too long lines

2017-05-15 Thread Greg KH
On Sat, May 13, 2017 at 07:45:28AM +0900, Juan Manuel Torres Palma wrote: > Fix style in rxtx.c splitting lines into 80 characters or less. > > Signed-off-by: Juan Manuel Torres Palma > --- > drivers/staging/vt6656/rxtx.c | 20 > 1 file changed, 12 insertions(+), 8 deletions

Re: [PATCH] staging: vt6656: Break too long lines

2017-05-15 Thread Greg KH
On Sat, May 13, 2017 at 12:30:07AM +0900, Juan Manuel Torres Palma wrote: > Fix style in rxtx.c splitting lines into 80 characters or less. > > Signed-off-by: Juan Manuel Torres Palma _ALWAYS_ test build your patches, so you don't get a grumpy maintainer telling you to test build your patches...

[PATCH] staging: vt6656: Break too long lines

2017-05-12 Thread Juan Manuel Torres Palma
Fix style in rxtx.c splitting lines into 80 characters or less. Signed-off-by: Juan Manuel Torres Palma --- drivers/staging/vt6656/rxtx.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c index

Re: [PATCH] staging: vt6656: Break too long lines

2017-05-12 Thread kbuild test robot
Hi Juan, [auto build test ERROR on next-20170512] [cannot apply to staging/staging-testing v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.11] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Juan-Manuel-Torres-Pal

[PATCH] staging: vt6656: Break too long lines

2017-05-12 Thread Juan Manuel Torres Palma
Fix style in rxtx.c splitting lines into 80 characters or less. Signed-off-by: Juan Manuel Torres Palma --- drivers/staging/vt6656/rxtx.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c inde