diff mbox

[net-next] net: fix datapath typo

Message ID 20100830043418.GB24373@verge.net.au
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Simon Horman Aug. 30, 2010, 4:34 a.m. UTC
Cc: Ben Pfaff <blp@nicira.com>
Signed-off-by: Simon Horman <horms@verge.net.au>

--- 

This time, with the patch


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller Aug. 30, 2010, 4:58 a.m. UTC | #1
From: Simon Horman <horms@verge.net.au>
Date: Mon, 30 Aug 2010 13:34:18 +0900

> Cc: Ben Pfaff <blp@nicira.com>
> Signed-off-by: Simon Horman <horms@verge.net.au>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: net-next-2.6/include/linux/if.h
===================================================================
--- net-next-2.6.orig/include/linux/if.h	2010-08-30 12:34:51.000000000 +0900
+++ net-next-2.6/include/linux/if.h	2010-08-30 12:35:45.000000000 +0900
@@ -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