From: Justin Pettit Date: Tue, 20 Aug 2013 00:23:26 +0000 (-0700) Subject: datapath: Remove old argument description in flow.c. X-Git-Tag: sliver-openvswitch-2.0.90-1~20^2~38 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7d8777cdf4400e7dc950f69bf2140dbc04daabbf;p=sliver-openvswitch.git datapath: Remove old argument description in flow.c. Signed-off-by: Justin Pettit Acked-by: Jesse Gross --- diff --git a/datapath/flow.c b/datapath/flow.c index 3b3e0aa02..6a85292b3 100644 --- a/datapath/flow.c +++ b/datapath/flow.c @@ -799,7 +799,6 @@ invalid: * Ethernet header * @in_port: port number on which @skb was received. * @key: output flow key - * @key_lenp: length of output flow key * * The caller must ensure that skb->len >= ETH_HLEN. *