staging: vc04_services: bcm2835-audio: Add blank line after declaration
authorNishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
Thu, 1 Mar 2018 19:38:27 +0000 (01:08 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:03:43 +0000 (04:03 -0800)
Add blank line after declaration. Issue found with checkpatch.

Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c

index 5f7551f..22214ee 100644 (file)
@@ -209,6 +209,7 @@ static int snd_bcm2835_playback_close(struct snd_pcm_substream *substream)
         */
        if (alsa_stream->running) {
                int err;
+
                err = bcm2835_audio_stop(alsa_stream);
                alsa_stream->running = 0;
                if (err)