* [PATCH] media: zoran: remove unnecessary space
@ 2019-04-03 0:34 Gilberto Martinez Jr
0 siblings, 0 replies; only message in thread
From: Gilberto Martinez Jr @ 2019-04-03 0:34 UTC (permalink / raw)
To: mchehab, gregkh, hverkuil-cisco, sakari.ailus, mjpeg-users,
linux-media, devel, linux-kernel
fix the following errors from checkpath:
WARNING: Unnecessary space before function pointer arguments
+ void (*init) (struct zoran *zr);
Signed-off-by: Gilberto Martinez Jr <gil.engcomp@gmail.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-04-03 0:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-03 0:34 [PATCH] media: zoran: remove unnecessary space Gilberto Martinez Jr
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.