Commit 2694838d authored by Justin Pettit's avatar Justin Pettit Committed by Jesse Gross

openvswitch: Fix argument descriptions in vport.c.

Signed-off-by: default avatarJustin Pettit <jpettit@nicira.com>
Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent 2537b4dd
...@@ -203,7 +203,7 @@ struct vport *ovs_vport_add(const struct vport_parms *parms) ...@@ -203,7 +203,7 @@ struct vport *ovs_vport_add(const struct vport_parms *parms)
* ovs_vport_set_options - modify existing vport device (for kernel callers) * ovs_vport_set_options - modify existing vport device (for kernel callers)
* *
* @vport: vport to modify. * @vport: vport to modify.
* @port: New configuration. * @options: New configuration.
* *
* Modifies an existing device with the specified configuration (which is * Modifies an existing device with the specified configuration (which is
* dependent on device type). ovs_mutex must be held. * dependent on device type). ovs_mutex must be held.
...@@ -328,6 +328,7 @@ int ovs_vport_get_options(const struct vport *vport, struct sk_buff *skb) ...@@ -328,6 +328,7 @@ int ovs_vport_get_options(const struct vport *vport, struct sk_buff *skb)
* *
* @vport: vport that received the packet * @vport: vport that received the packet
* @skb: skb that was received * @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 * Must be called with rcu_read_lock. The packet cannot be shared and
* skb->data should point to the Ethernet header. * skb->data should point to the Ethernet header.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment