media: staging: media: omap4iss: Align line break to the open parenthesis in file...
authorAline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Fri, 9 Apr 2021 19:01:08 +0000 (21:01 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 10 May 2021 09:36:34 +0000 (11:36 +0200)
Aligns line break with the remaining function arguments
to the open parenthesis. Issue found by checkpatch.

Signed-off-by: Aline Santana Cordeiro <alinesantanacordeiro@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/omap4iss/iss_video.c

index 930f638f51eba67fb93ba9a98a97428e2acb3106..d0da083deed538373d3e12161e9061b450297b4f 100644 (file)
@@ -399,7 +399,7 @@ static void iss_video_buf_queue(struct vb2_buffer *vb)
 
                if (start)
                        omap4iss_pipeline_set_stream(pipe,
-                                               ISS_PIPELINE_STREAM_SINGLESHOT);
+                                                    ISS_PIPELINE_STREAM_SINGLESHOT);
        }
 }
 
@@ -960,7 +960,7 @@ iss_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type)
                unsigned long flags;
 
                ret = omap4iss_pipeline_set_stream(pipe,
-                                             ISS_PIPELINE_STREAM_CONTINUOUS);
+                                                  ISS_PIPELINE_STREAM_CONTINUOUS);
                if (ret < 0)
                        goto err_omap4iss_set_stream;
                spin_lock_irqsave(&video->qlock, flags);