mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 03:58:46 +07:00
[media] v4l: omap4iss: Remove double semicolon at end of line
Pure CodingStyle fixes. 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
a0fe029ccc
commit
29ee626163
@ -1039,7 +1039,7 @@ static int iss_video_mmap(struct file *file, struct vm_area_struct *vma)
|
||||
{
|
||||
struct iss_video_fh *vfh = to_iss_video_fh(file->private_data);
|
||||
|
||||
return vb2_mmap(&vfh->queue, vma);;
|
||||
return vb2_mmap(&vfh->queue, vma);
|
||||
}
|
||||
|
||||
static struct v4l2_file_operations iss_video_fops = {
|
||||
|
Loading…
Reference in New Issue
Block a user