From: Thomas Graf Date: Mon, 18 Nov 2013 14:24:10 +0000 (+0100) Subject: dpif-linux: Fix minor typo OVS_DP_ATTR_UPCALL_PID X-Git-Tag: sliver-openvswitch-2.0.90-1~5^2~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fcd5d2301f7f58f55668333aa3fcc4128c0597c4;hp=31499678a87ac344991572e0a8d9050f6c55f4cd;p=sliver-openvswitch.git dpif-linux: Fix minor typo OVS_DP_ATTR_UPCALL_PID Signed-off-by: Thomas Graf Signed-off-by: Ben Pfaff --- diff --git a/lib/dpif-linux.c b/lib/dpif-linux.c index 42958d3fc..0442f7736 100644 --- a/lib/dpif-linux.c +++ b/lib/dpif-linux.c @@ -72,7 +72,7 @@ struct dpif_linux_dp { /* Attributes. */ const char *name; /* OVS_DP_ATTR_NAME. */ - const uint32_t *upcall_pid; /* OVS_DP_UPCALL_PID. */ + const uint32_t *upcall_pid; /* OVS_DP_ATTR_UPCALL_PID. */ struct ovs_dp_stats stats; /* OVS_DP_ATTR_STATS. */ struct ovs_dp_megaflow_stats megaflow_stats; /* OVS_DP_ATTR_MEGAFLOW_STATS.*/