Skip to content

Commit

Permalink
net: fix datapath typo
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Simon Horman authored and David S. Miller committed Aug 30, 2010
1 parent 2c70b51 commit 409456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/if.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 409456b

Please sign in to comment.