staging: goldfish: suppress consecutive blank lines
authorLoic Pefferkorn <loic@loicp.eu>
Wed, 3 Sep 2014 20:23:10 +0000 (22:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Sep 2014 04:51:09 +0000 (21:51 -0700)
Coding style: suppress consecutive blank lines

Signed-off-by: Loic Pefferkorn <loic@loicp.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/goldfish/goldfish_audio.c

index c89d0b87a4460e863023c99e8a0096cc8264b0e8..23a206d5979028993e7814e51704c39bcd1c81bd 100644 (file)
@@ -108,10 +108,8 @@ enum {
                                          AUDIO_INT_READ_BUFFER_FULL,
 };
 
-
 static atomic_t open_count = ATOMIC_INIT(0);
 
-
 static ssize_t goldfish_audio_read(struct file *fp, char __user *buf,
                                                size_t count, loff_t *pos)
 {
This page took 0.024885 seconds and 5 git commands to generate.