From: Pravin B Shelar Date: Thu, 18 Apr 2013 21:35:26 +0000 (-0700) Subject: datapath: Fix stale comment in flow.c. X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=c3b3602740e8748a535b9f75ba946ba24e74131e datapath: Fix stale comment in flow.c. Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross --- diff --git a/datapath/flow.c b/datapath/flow.c index 841e8be0e..3ce926e58 100644 --- a/datapath/flow.c +++ b/datapath/flow.c @@ -1265,9 +1265,9 @@ int ovs_flow_from_nlattrs(struct sw_flow_key *swkey, int *key_lenp, /** * ovs_flow_metadata_from_nlattrs - parses Netlink attributes into a flow key. - * @in_port: receives the extracted input port. - * @tun_id: receives the extracted tunnel ID. - * @key: Netlink attribute holding nested %OVS_KEY_ATTR_* Netlink attribute + * @flow: Receives extracted in_port, priority, tun_key and skb_mark. + * @key_len: Length of key in @flow. Used for calculating flow hash. + * @attr: Netlink attribute holding nested %OVS_KEY_ATTR_* Netlink attribute * sequence. * * This parses a series of Netlink attributes that form a flow key, which must