Commit 1f21b0c8 authored by Loic Pefferkorn's avatar Loic Pefferkorn Committed by Greg Kroah-Hartman

staging: goldfish: suppress consecutive blank lines

Coding style: suppress consecutive blank lines
Signed-off-by: default avatarLoic Pefferkorn <loic@loicp.eu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ba660d25
...@@ -108,10 +108,8 @@ enum { ...@@ -108,10 +108,8 @@ enum {
AUDIO_INT_READ_BUFFER_FULL, AUDIO_INT_READ_BUFFER_FULL,
}; };
static atomic_t open_count = ATOMIC_INIT(0); static atomic_t open_count = ATOMIC_INIT(0);
static ssize_t goldfish_audio_read(struct file *fp, char __user *buf, static ssize_t goldfish_audio_read(struct file *fp, char __user *buf,
size_t count, loff_t *pos) size_t count, loff_t *pos)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment