mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 00:35:19 +07: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