提交 f18bba08 编写于 作者: G Gulsah Kose 提交者: Greg Kroah-Hartman

staging: media: omap24xx: Added new line after declarations.

This patch fixes "Missing a blank line after declarations" checkpatch.pl
warning in omap24xxcam-dma.c
Signed-off-by: NGulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 7b86477c
...@@ -561,6 +561,7 @@ void omap24xxcam_sgdma_sync(struct omap24xxcam_sgdma *sgdma) ...@@ -561,6 +561,7 @@ void omap24xxcam_sgdma_sync(struct omap24xxcam_sgdma *sgdma)
/* This DMA transfer was in progress, so abort it. */ /* This DMA transfer was in progress, so abort it. */
sgdma_callback_t callback = sg_state->callback; sgdma_callback_t callback = sg_state->callback;
void *arg = sg_state->arg; void *arg = sg_state->arg;
sgdma->free_sgdma++; sgdma->free_sgdma++;
if (callback) { if (callback) {
/* leave interrupts masked */ /* leave interrupts masked */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册