diff options
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/vport.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openvswitch/vport.c b/net/openvswitch/vport.c index d69e0c06dfde..6f65dbe13812 100644 --- a/net/openvswitch/vport.c +++ b/net/openvswitch/vport.c | |||
@@ -203,7 +203,7 @@ out: | |||
203 | * ovs_vport_set_options - modify existing vport device (for kernel callers) | 203 | * ovs_vport_set_options - modify existing vport device (for kernel callers) |
204 | * | 204 | * |
205 | * @vport: vport to modify. | 205 | * @vport: vport to modify. |
206 | * @port: New configuration. | 206 | * @options: New configuration. |
207 | * | 207 | * |
208 | * Modifies an existing device with the specified configuration (which is | 208 | * Modifies an existing device with the specified configuration (which is |
209 | * dependent on device type). ovs_mutex must be held. | 209 | * 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 | * | 328 | * |
329 | * @vport: vport that received the packet | 329 | * @vport: vport that received the packet |
330 | * @skb: skb that was received | 330 | * @skb: skb that was received |
331 | * @tun_key: tunnel (if any) that carried packet | ||
331 | * | 332 | * |
332 | * Must be called with rcu_read_lock. The packet cannot be shared and | 333 | * Must be called with rcu_read_lock. The packet cannot be shared and |
333 | * skb->data should point to the Ethernet header. | 334 | * skb->data should point to the Ethernet header. |