aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_net.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-08-23 22:33:28 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 22:06:54 -0300
commit71be258bd9bf41ca3060021f2ed50ad8c672a01e (patch)
treed1542a96e49f129b5550278bfcaf7e4d1eb1a6f0 /drivers/media/dvb/dvb-core/dvb_net.c
parentV4L/DVB (6098): ivtv: kzalloc() returns void pointer, no need to cast (diff)
downloadlinux-dev-71be258bd9bf41ca3060021f2ed50ad8c672a01e.tar.xz
linux-dev-71be258bd9bf41ca3060021f2ed50ad8c672a01e.zip
V4L/DVB (6100): dvb_net: whitespace cleanup
Clean whitespace brain-damage caused by previous patch, "Fix a warning at dvb_net" Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-core/dvb_net.c')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_net.c b/drivers/media/dvb/dvb-core/dvb_net.c
index 13e2998a4043..2117377c141d 100644
--- a/drivers/media/dvb/dvb-core/dvb_net.c
+++ b/drivers/media/dvb/dvb-core/dvb_net.c
@@ -795,8 +795,8 @@ static int dvb_net_ts_callback(const u8 *buffer1, size_t buffer1_len,
}
-static void dvb_net_sec(struct net_device *dev, const u8 *pkt, int
-pkt_len)
+static void dvb_net_sec(struct net_device *dev,
+ const u8 *pkt, int pkt_len)
{
u8 *eth;
struct sk_buff *skb;