1
0
Fork 0

[media] omap4iss: Add missing white space

The error was reported by checkpatch.pl. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
hifive-unleashed-5.1
Laurent Pinchart 2014-03-28 14:39:54 -03:00 committed by Mauro Carvalho Chehab
parent d14cb130f3
commit 47a963f102
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ enum iss_video_dmaqueue_flags {
* if there was no buffer previously queued.
*/
struct iss_video_operations {
int(*queue)(struct iss_video *video, struct iss_buffer *buffer);
int (*queue)(struct iss_video *video, struct iss_buffer *buffer);
};
struct iss_video {