From: Justin Pettit Date: Tue, 20 Aug 2013 00:25:08 +0000 (-0700) Subject: datapath: Fix argument descriptions in vport.c. X-Git-Tag: sliver-openvswitch-2.0.90-1~20^2~36 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=323301f27a3ecc2e3be29847a7d1a8eeaa2074be;p=sliver-openvswitch.git datapath: Fix argument descriptions in vport.c. Signed-off-by: Justin Pettit Acked-by: Jesse Gross --- diff --git a/datapath/vport.c b/datapath/vport.c index 03b775d8c..f26beaf5e 100644 --- a/datapath/vport.c +++ b/datapath/vport.c @@ -206,7 +206,7 @@ out: * ovs_vport_set_options - modify existing vport device (for kernel callers) * * @vport: vport to modify. - * @port: New configuration. + * @options: New configuration. * * Modifies an existing device with the specified configuration (which is * dependent on device type). ovs_mutex must be held. @@ -352,6 +352,7 @@ int ovs_vport_get_options(const struct vport *vport, struct sk_buff *skb) * * @vport: vport that received the packet * @skb: skb that was received + * @tun_key: tunnel (if any) that carried packet * * Must be called with rcu_read_lock. The packet cannot be shared and * skb->data should point to the Ethernet header. The caller must have already