diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-03-28 13:39:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-23 11:01:05 -0400 |
commit | 47a963f1025690824a3f00e27d1d161a0f01cd88 (patch) | |
tree | 8d18f6cf8f6c4b28bf897b9048a74b6f72235812 /drivers/staging | |
parent | d14cb130f359878f88fbb1e73af15ccd823cd32f (diff) |
[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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/media/omap4iss/iss_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/omap4iss/iss_video.h b/drivers/staging/media/omap4iss/iss_video.h index 878e4a3082e7..9dccdb154e1a 100644 --- a/drivers/staging/media/omap4iss/iss_video.h +++ b/drivers/staging/media/omap4iss/iss_video.h | |||
@@ -140,7 +140,7 @@ enum iss_video_dmaqueue_flags { | |||
140 | * if there was no buffer previously queued. | 140 | * if there was no buffer previously queued. |
141 | */ | 141 | */ |
142 | struct iss_video_operations { | 142 | struct iss_video_operations { |
143 | int(*queue)(struct iss_video *video, struct iss_buffer *buffer); | 143 | int (*queue)(struct iss_video *video, struct iss_buffer *buffer); |
144 | }; | 144 | }; |
145 | 145 | ||
146 | struct iss_video { | 146 | struct iss_video { |