mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
[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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
d14cb130f3
commit
47a963f102
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user