Error: Missing a blank line after declarations

Singed-off-by: pushpendra.si...@smartplayin.com
           to: pramod.gu...@smartplayin.com
           cc: kiran.pad...@smartplayin.com
           cc: chowdegowda...@smartplayin.com
---
 drivers/staging/media/tlg2300/pd-alsa.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/media/tlg2300/pd-alsa.c 
b/drivers/staging/media/tlg2300/pd-alsa.c
index 0b23395..f3b1ac8 100644
--- a/drivers/staging/media/tlg2300/pd-alsa.c
+++ b/drivers/staging/media/tlg2300/pd-alsa.c
@@ -255,6 +255,7 @@ snd_pd_capture_pointer(struct snd_pcm_substream *substream)
 {
        struct poseidon *p = snd_pcm_substream_chip(substream);
        struct poseidon_audio *pa = &p->audio;
+
        return pa->rcv_position;
 }
 
@@ -262,6 +263,7 @@ static struct page *snd_pcm_pd_get_page(struct 
snd_pcm_substream *subs,
                                             unsigned long offset)
 {
        void *pageptr = subs->runtime->dma_area + offset;
+
        return vmalloc_to_page(pageptr);
 }
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to