summaryrefslogtreecommitdiff
path: root/include/linux/dvb/net.h
diff options
context:
space:
mode:
authorJohannes Stezenbach <js@linuxtv.org>2005-03-13 00:14:35 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-13 00:14:35 -0800
commitea8924f74c7d3dd4e2da744ba4c51f0826a9a337 (patch)
treecc30e2d7f392c624cc6ec28993ee99ac6d63a366 /include/linux/dvb/net.h
parent83c6737c8f5a6304cef0a85e3a428f7566c22220 (diff)
[PATCH] DVB whitespace cleanup
This is the DVB whitespace cleanup patch (the big one ;-). I checked the whitespace-onlyness: linux-2.6.11-bk9$ find drivers/media/common drivers/media/dvb -name "*.o" | xargs size >/tmp/1 linux-2.6.11-bk9$ cd - linux-2.6.11-bk9.patched linux-2.6.11-bk9.patched$ find drivers/media/common drivers/media/dvb -name "*.o" | xargs size >/tmp/2 linux-2.6.11-bk9.patched$ less /tmp/1 linux-2.6.11-bk9.patched$ less /tmp/2 linux-2.6.11-bk9.patched$ diff -us /tmp/1 /tmp/2 Files /tmp/1 and /tmp/2 are identical DVB whitespace cleanups: o sync kernel and linuxtv.org CVS wrt whitespace o repair indentation damage o remove whitespace at eol Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/dvb/net.h')
-rw-r--r--include/linux/dvb/net.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/dvb/net.h b/include/linux/dvb/net.h
index c14101491ac9..5be474bf0d2b 100644
--- a/include/linux/dvb/net.h
+++ b/include/linux/dvb/net.h
@@ -1,9 +1,9 @@
-/*
+/*
* net.h
*
* Copyright (C) 2000 Marcus Metzler <marcus@convergence.de>
* & Ralph Metzler <ralph@convergence.de>
- for convergence integrated media GmbH
+ * for convergence integrated media GmbH
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -30,15 +30,15 @@
struct dvb_net_if {
__u16 pid;
__u16 if_num;
- __u8 feedtype;
+ __u8 feedtype;
#define DVB_NET_FEEDTYPE_MPE 0 /* multi protocol encapsulation */
#define DVB_NET_FEEDTYPE_ULE 1 /* ultra lightweight encapsulation */
};
-#define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if)
-#define NET_REMOVE_IF _IO('o', 53)
-#define NET_GET_IF _IOWR('o', 54, struct dvb_net_if)
+#define NET_ADD_IF _IOWR('o', 52, struct dvb_net_if)
+#define NET_REMOVE_IF _IO('o', 53)
+#define NET_GET_IF _IOWR('o', 54, struct dvb_net_if)
/* binary compatibility cruft: */