Commit 409456b10f87b28303643fec37543103f9ada00c

Authored by Simon Horman
Committed by David S. Miller
1 parent 2c70b51962

net: fix datapath typo

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -76,7 +76,7 @@
76 76 #define IFF_MACVLAN_PORT 0x4000 /* device used as macvlan port */
77 77 #define IFF_BRIDGE_PORT 0x8000 /* device used as bridge port */
78 78 #define IFF_OVS_DATAPATH 0x10000 /* device used as Open vSwitch
79   - * dapath port */
  79 + * datapath port */
80 80  
81 81 #define IF_GET_IFACE 0x0001 /* for querying only */
82 82 #define IF_GET_PROTO 0x0002