diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2013-12-04 04:29:06 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-11 12:53:26 +0400 |
commit | 29ee62616348d7c7680728ad7df8d52fa5e67c0c (patch) | |
tree | e34176c6a65e0c952cef1441969cef6536975cf3 | |
parent | a0fe029ccc648fb7f5dfcba5d4345040db574a53 (diff) | |
download | linux-29ee62616348d7c7680728ad7df8d52fa5e67c0c.tar.xz |
[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>
-rw-r--r-- | drivers/staging/media/omap4iss/iss_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/omap4iss/iss_video.c b/drivers/staging/media/omap4iss/iss_video.c index 0a7137bcdcd2..7763b8dc9f6e 100644 --- a/drivers/staging/media/omap4iss/iss_video.c +++ b/drivers/staging/media/omap4iss/iss_video.c @@ -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 = { |