]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: imx: capture: reformat line to 80 chars or less
authorParthiban Nallathambi <pn@denx.de>
Thu, 15 Feb 2018 09:25:45 +0000 (04:25 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 26 Feb 2018 15:33:02 +0000 (10:33 -0500)
This is a cleanup patch to fix line length issue found
by checkpatch.pl script.

In this patch, line 144 have been wrapped.

Signed-off-by: Parthiban Nallathambi <pn@denx.de>
Acked-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/imx/imx-media-capture.c

index 576bdc7e9c426a7e8ca9d6f1693ff00a43da499c..0ccabe04b0e19ad5085173722eb408ff5f2be7ae 100644 (file)
@@ -141,7 +141,8 @@ static int capture_enum_frameintervals(struct file *file, void *fh,
 
        fie.code = cc->codes[0];
 
-       ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_interval, NULL, &fie);
+       ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_interval,
+                              NULL, &fie);
        if (ret)
                return ret;