]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: bcm2835-audio: fixed a code style issue:
authorBo YU <tsu.yubo@gmail.com>
Thu, 16 Feb 2017 14:59:07 +0000 (09:59 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Feb 2017 18:20:07 +0000 (10:20 -0800)
Missing a blank line after declarations

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm2835-audio/bcm2835-pcm.c

index 014bf7ab69f48fcf2bf7700da491953fdc394251..16127e0626618a96b2b922bf9737510d719baef7 100644 (file)
@@ -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;