staging: media: omap24xx: Added new line after declarations.
authorGulsah Kose <gulsah.1004@gmail.com>
Sat, 27 Sep 2014 19:21:41 +0000 (22:21 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 03:03:24 +0000 (23:03 -0400)
This patch fixes "Missing a blank line after declarations" checkpatch.pl
warning in omap24xxcam-dma.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/omap24xx/omap24xxcam-dma.c

index afb9e0870b6ab2f663d889b391a884c92e219860..fa0c15637db11e26cc82b0278974b18c5c0a78ec 100644 (file)
@@ -561,6 +561,7 @@ void omap24xxcam_sgdma_sync(struct omap24xxcam_sgdma *sgdma)
                        /* This DMA transfer was in progress, so abort it. */
                        sgdma_callback_t callback = sg_state->callback;
                        void *arg = sg_state->arg;
+
                        sgdma->free_sgdma++;
                        if (callback) {
                                /* leave interrupts masked */