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:
Родитель
ba660d25b5
Коммит
1f21b0c8ac
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче