mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-14 00:24:15 +08: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:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user