diff options
author | Simon Horman <horms@verge.net.au> | 2010-08-29 21:57:55 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-29 21:57:55 -0700 |
commit | 409456b10f87b28303643fec37543103f9ada00c (patch) | |
tree | f45d3b953de9dbda4f7d8486b48afa0c59395cd7 /include/linux/if.h | |
parent | 2c70b5196262f29b10eb1886293e0c2d75dc3dd9 (diff) |
net: fix datapath typo
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if.h')
-rw-r--r-- | include/linux/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if.h b/include/linux/if.h index 6ed43c1f07ab..123959927745 100644 --- 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 */ + * datapath port */ #define IF_GET_IFACE 0x0001 /* for querying only */ #define IF_GET_PROTO 0x0002 |