staging: media: omap4iss: Fix missing blank line warning.
authorGulsah Kose <gulsah.1004@gmail.com>
Sun, 21 Sep 2014 13:37:20 +0000 (16:37 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 18:05:41 +0000 (11:05 -0700)
Fixes "Missing a blank line after declarations" checkpatch.pl warning in
iss_video.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/omap4iss/iss_video.c

index 943b5b09c6323543b1a3811028809f323bebddc0..5d6250337fec112224f67b4319569c82953f9e0f 100644 (file)
@@ -908,6 +908,7 @@ iss_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type)
         */
        if (pipe->input == NULL) {
                unsigned long flags;
+
                ret = omap4iss_pipeline_set_stream(pipe,
                                              ISS_PIPELINE_STREAM_CONTINUOUS);
                if (ret < 0)
This page took 0.028054 seconds and 5 git commands to generate.