Skip to content

Commit 409456b

Browse files
hormsdavem330
authored andcommitted
net: fix datapath typo
Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2c70b51 commit 409456b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/if.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
#define IFF_MACVLAN_PORT 0x4000 /* device used as macvlan port */
7777
#define IFF_BRIDGE_PORT 0x8000 /* device used as bridge port */
7878
#define IFF_OVS_DATAPATH 0x10000 /* device used as Open vSwitch
79-
* dapath port */
79+
* datapath port */
8080

8181
#define IF_GET_IFACE 0x0001 /* for querying only */
8282
#define IF_GET_PROTO 0x0002

0 commit comments

Comments
 (0)