[PATCH] media: zoran: remove unnecessary space

Gilberto Martinez Jr <[email protected]>
Newsgroups gmane.linux.kernel,gmane.comp.video.mjpeg.user,gmane.linux.drivers.video-input-infrastructure
Message-ID <[email protected]>
fix the following errors from checkpath:

WARNING: Unnecessary space before function pointer arguments
+	void (*init) (struct zoran *zr);

Signed-off-by: Gilberto Martinez Jr <[email protected]>
---
 drivers/staging/media/zoran/zoran.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/zoran/zoran.h b/drivers/staging/media/zoran/zoran.h
index 35f74ce53eeb..dc91e5196b12 100644
--- a/drivers/staging/media/zoran/zoran.h
+++ b/drivers/staging/media/zoran/zoran.h
@@ -262,7 +262,7 @@ struct card_info {
 	/* avs6eyes mux setting */
 	u8 input_mux;
 
-	void (*init) (struct zoran *zr);
+	void (*init)(struct zoran *zr);
 };
 
 struct zoran {
-- 
2.17.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.