[PATCH] staging: zoran: "foo * bar" should be "foo *bar"
Felipe Estrada-Solano <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.video.mjpeg.user,gmane.linux.drivers.video-input-infrastructure |
|---|---|
| Message-ID | <[email protected]> |
This patch fixes the checkpatch.pl error: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Felipe Estrada-Solano <[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 e84fb60..dc91e51 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.7.4