[PATCH 1/6] staging: goldfish: suppress consecutive blank lines

From: Loic Pefferkorn
Date: Wed Sep 03 2014 - 07:20:38 EST


Coding style: suppress consecutive blank lines

Signed-off-by: Loic Pefferkorn <loic@xxxxxxxx>
---
drivers/staging/goldfish/goldfish_audio.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/goldfish/goldfish_audio.c b/drivers/staging/goldfish/goldfish_audio.c
index c89d0b8..23a206d 100644
--- a/drivers/staging/goldfish/goldfish_audio.c
+++ b/drivers/staging/goldfish/goldfish_audio.c
@@ -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)
{
--
2.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/