mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 10:34:24 +08:00
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>
This commit is contained in:
parent
f5e2199ae5
commit
cd3d9ecebf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user