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@xxxxxxxxx> --- 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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel