projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c70b51
)
net: fix datapath typo
author
Simon Horman
<horms@verge.net.au>
Mon, 30 Aug 2010 04:57:55 +0000
(21:57 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 30 Aug 2010 04:57:55 +0000
(21:57 -0700)
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/if.h
b/include/linux/if.h
index 6ed43c1f07ab8b34f56d67f72085e47187cd0668..123959927745b7934cacea3e1aacf5c6303bcb1c 100644
(file)
--- a/
include/linux/if.h
+++ b/
include/linux/if.h
@@
-76,7
+76,7
@@
#define IFF_MACVLAN_PORT 0x4000 /* device used as macvlan port */
#define IFF_BRIDGE_PORT 0x8000 /* device used as bridge port */
#define IFF_OVS_DATAPATH 0x10000 /* device used as Open vSwitch
- * dapath port */
+ * da
ta
path port */
#define IF_GET_IFACE 0x0001 /* for querying only */
#define IF_GET_PROTO 0x0002