From 7d8777cdf4400e7dc950f69bf2140dbc04daabbf Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 19 Aug 2013 17:23:26 -0700 Subject: [PATCH] datapath: Remove old argument description in flow.c. Signed-off-by: Justin Pettit Acked-by: Jesse Gross --- datapath/flow.c | 1 - 1 file changed, 1 deletion(-) 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. * -- 2.47.0