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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 16 Feb 2017 09:59:07 -0500
From:   Bo YU <tsu.yubo@...il.com>
To:     Kroah-Hartman <gregkh@...uxfoundation.org>, f.fainelli@...il.com,
        rjui@...adcom.com, sbranden@...adcom.com, swarren@...dotorg.org,
        lee@...nel.org, ericanholt.net@...o-2, mzoran@...wfest.net,
        dan.carpenter@...cle.com
Cc:     linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        linux-rpi-kernel@...ts.infradead.org, devel@...verdev.osuosl.org,
        bcm-kernel-feedback-list@...adcom.com
Subject: [PATCH] Staging: bcm2835-audio: fixed a code style issue:

Missing a blank line after declarations

Signed-off-by: Bo YU <tsu.yubo@...il.com>
---
  drivers/staging/bcm2835-audio/bcm2835-pcm.c |    1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/staging/bcm2835-audio/bcm2835-pcm.c b/drivers/staging/bcm2835-audio/bcm2835-pcm.c
index 014bf7ab69f4..16127e062661 100644
--- a/drivers/staging/bcm2835-audio/bcm2835-pcm.c
+++ b/drivers/staging/bcm2835-audio/bcm2835-pcm.c
@@ -450,6 +450,7 @@ static int snd_bcm2835_pcm_lib_ioctl(struct snd_pcm_substream *substream,
  	unsigned int cmd, void *arg)
  {
  	int ret = snd_pcm_lib_ioctl(substream, cmd, arg);
+
  	audio_info(" .. substream=%p, cmd=%d, arg=%p (%x) ret=%d\n", substream,
  		cmd, arg, arg ? *(unsigned *) arg : 0, ret);
  	return ret;
--
1.7.10.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ