Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: bcm2835-audio: fixed a code style issue:

Missing a blank line after declarations

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bo YU and committed by
Greg Kroah-Hartman
cd3d9ece f5e2199a

+1
+1
drivers/staging/bcm2835-audio/bcm2835-pcm.c
··· 450 450 unsigned int cmd, void *arg) 451 451 { 452 452 int ret = snd_pcm_lib_ioctl(substream, cmd, arg); 453 + 453 454 audio_info(" .. substream=%p, cmd=%d, arg=%p (%x) ret=%d\n", substream, 454 455 cmd, arg, arg ? *(unsigned *) arg : 0, ret); 455 456 return ret;