[PATCH] media:av7110:av7110_av.c remove blank line

From: Alaa Mohamed
Date: Tue Mar 29 2022 - 15:01:57 EST


according to checkpatch.pl results
"CHECK: Please don't use multiple blank lines"
after lines 73 and 78 ,I removed the blank lines

Signed-off-by: Alaa Mohamed <eng.alaamohamedsoliman.am@xxxxxxxxx>
---
drivers/staging/media/av7110/av7110_av.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/media/av7110/av7110_av.c b/drivers/staging/media/av7110/av7110_av.c
index 91f4866c7e59..1544f120e8b1 100644
--- a/drivers/staging/media/av7110/av7110_av.c
+++ b/drivers/staging/media/av7110/av7110_av.c
@@ -70,12 +70,10 @@
#define PIECE_RATE 0x40
#define SEAM_SPLICE 0x20

-
static void p_to_t(u8 const *buf, long int length, u16 pid,
u8 *counter, struct dvb_demux_feed *feed);
static int write_ts_to_decoder(struct av7110 *av7110, int type, const u8 *buf, size_t len);

-
int av7110_record_cb(struct dvb_filter_pes2ts *p2t, u8 *buf, size_t len)
{
struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *) p2t->priv;
--
2.35.1