upstream: [media] omap4iss: Add missing white space
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 28 Mar 2014 17:39:54 +0000 (14:39 -0300)
committerChanho Park <chanho61.park@samsung.com>
Thu, 7 Aug 2014 05:26:57 +0000 (14:26 +0900)
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>
drivers/staging/media/omap4iss/iss_video.h

index 878e4a3..9dccdb1 100644 (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 {