lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon,  2 Feb 2015 15:06:38 +0530
From:	Pushpendra Singh <pushpendra.singh@...rtplayin.com>
To:	linux-kernel@...r.kernel.org
Cc:	Pushpendra Singh <pushpendra.singh@...rtplayin.com>
Subject: [PATCH] stagging: media: tlg2300: Fixes Checkpatch error

Error: Missing a blank line after declarations

Singed-off-by: pushpendra.singh@...rtplayin.com
	   to: pramod.gurav@...rtplayin.com
	   cc: kiran.padwal@...rtplayin.com
	   cc: chowdegowda.ms@...rtplayin.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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ