[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190408045554.18905-1-arthurmoraeslago@gmail.com>
Date: Mon, 8 Apr 2019 01:55:54 -0300
From: Arthur Moraes do Lago <arthurmoraeslago@...il.com>
To: mchehab@...nel.org, gregkh@...uxfoundation.org,
mjpeg-users@...ts.sourceforge.net, linux-media@...r.kernel.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
lkcamp@...ts.libreplanetbr.org
Subject: [PATCH] staging: media: zoran: fix trailing whitespaces
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 <arthurmoraeslago@...il.com>
---
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 hassle.
drivers/staging/media/zoran/videocodec.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/media/zoran/videocodec.h b/drivers/staging/media/zoran/videocodec.h
index 4946791fce0d..c37c0e4fb624 100644
--- a/drivers/staging/media/zoran/videocodec.h
+++ b/drivers/staging/media/zoran/videocodec.h
@@ -49,7 +49,7 @@
device dependent and vary between MJPEG/MPEG/WAVELET/... devices. (!!!!)
----------------------------------------------------------------------------
*/
-.
+
/* ========================================== */
/* description of the videocodec_io structure */
@@ -96,7 +96,7 @@
the calls include frame numbers and flags (even/odd/...)
if needed and a flag which allows blocking until its ready
*/
-.
+
/* ============== */
/* user interface */
/* ============== */
@@ -116,7 +116,7 @@ M zr36055[0] 0001 0000c001 00000000 (zr36050[0])
M zr36055[1] 0001 0000c001 00000000 (zr36050[1])
*/
-.
+
/* =============================================== */
/* special defines for the videocodec_io structure */
@@ -195,7 +195,7 @@ M zr36055[1] 0001 0000c001 00000000 (zr36050[1])
/* -> used in get_image, put_image */
#define CODEC_TRANSFER_KERNEL 0 /* use "memcopy" */
#define CODEC_TRANSFER_USER 1 /* use "to/from_user" */
-.
+
/* ========================= */
/* the structures itself ... */
@@ -309,7 +309,7 @@ struct videocodec_master {
__u16 reg,
__u32 value);
};
-.
+
/* ================================================= */
/* function prototypes of the master/slave interface */
--
2.21.0
Powered by blists - more mailing lists