[PATCH] staging : i4l : Remove blank lines

From: Tabrez khan
Date: Wed Dec 14 2016 - 16:21:14 EST


Remove unnecessary blank lines.
This warning was found using checkpatch.pl.

Signed-off-by: Tabrez khan <khan.tabrez21@xxxxxxxxx>
---
drivers/staging/i4l/act2000/module.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/i4l/act2000/module.c b/drivers/staging/i4l/act2000/module.c
index fc14de4..b2ebaf0 100644
--- a/drivers/staging/i4l/act2000/module.c
+++ b/drivers/staging/i4l/act2000/module.c
@@ -563,7 +563,6 @@ if_sendbuf(int id, int channel, int ack, struct sk_buff *skb)
return -ENODEV;
}

-
/*
* Allocate a new card-struct, initialize it
* link it into cards-list.
--
2.7.4