staging: goldfish: suppress consecutive blank lines
Coding style: suppress consecutive blank lines Signed-off-by: Loic Pefferkorn <loic@loicp.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ba660d25b5
commit
1f21b0c8ac
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue