linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: bcm2835-audio: fixed a code style issue:
@ 2017-02-16 14:59 Bo YU
  0 siblings, 0 replies; only message in thread
From: Bo YU @ 2017-02-16 14:59 UTC (permalink / raw)
  To: Kroah-Hartman, f.fainelli, rjui, sbranden, swarren, lee,
	ericanholt.net, mzoran, dan.carpenter
  Cc: linux-kernel, linux-arm-kernel, linux-rpi-kernel, devel,
	bcm-kernel-feedback-list

Missing a blank line after declarations

Signed-off-by: Bo YU <tsu.yubo@gmail.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-16 14:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 14:59 [PATCH] Staging: bcm2835-audio: fixed a code style issue: Bo YU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).