[Mjpeg-users] [PATCH] staging: media: zoran: fix trailing whitespaces

2019-04-08 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

[Mjpeg-users] [PATCH] staging: media: zoran: fix trailing whitespaces

2019-04-08 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

Re: [Mjpeg-users] [PATCH] staging: media: zoran: fix trailing whitespaces

2019-04-08 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