From: Bo YU Date: Thu, 16 Feb 2017 14:59:07 +0000 (-0500) Subject: Staging: bcm2835-audio: fixed a code style issue: X-Git-Tag: v4.11-rc1~116^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3d9ecebf8b3918588b1d529ad0a70da4ac8263;p=thirdparty%2Fkernel%2Flinux.git Staging: bcm2835-audio: fixed a code style issue: Missing a blank line after declarations Signed-off-by: Bo YU Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm2835-audio/bcm2835-pcm.c b/drivers/staging/bcm2835-audio/bcm2835-pcm.c index 014bf7ab69f48..16127e0626618 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;