Re: [PATCH] staging: media: zoran: fix trailing whitespaces

2019-04-10 Thread Hans Verkuil
On 4/8/19 8:51 AM, Dan Carpenter wrote: > On Mon, Apr 08, 2019 at 01:35:30AM -0300, Arthur Moraes do Lago wrote: >> There were several form feeds(^L) in the file, this patch removes them >> to conform with the coding style. >> >> Signed-off-by: Arthur Moraes do Lago >> --- >> drivers/staging/medi

Re: [PATCH] staging: media: zoran: fix trailing whitespaces

2019-04-07 Thread Dan Carpenter
On Mon, Apr 08, 2019 at 01:35:30AM -0300, Arthur Moraes do Lago wrote: > There were several form feeds(^L) in the file, this patch removes them > to conform with the coding style. > > Signed-off-by: Arthur Moraes do Lago > --- > drivers/staging/media/zoran/videocodec.h | 10 +- > 1 file

[PATCH] staging: media: zoran: fix trailing whitespaces

2019-04-07 Thread Arthur Moraes do Lago
There were several form feeds(^L) in the file, this patch removes them to conform with the coding style. Signed-off-by: Arthur Moraes do Lago --- Made a mistake while typing recipients on the last e-mail and it was not sent to the kernel list. Re-sending now with correct address, sorry for the ha

[PATCH] staging: media: zoran: fix trailing whitespaces

2019-04-07 Thread Arthur Moraes do Lago
There were several form feeds(^L) in the file, this patch removes them to conform with the coding style. Signed-off-by: Arthur Moraes do Lago --- drivers/staging/media/zoran/videocodec.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/media/zoran/vi