aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport.c
diff options
context:
space:
mode:
authorCong Wang <amwang@redhat.com>2013-02-22 19:41:26 +0800
committerJesse Gross <jesse@nicira.com>2013-02-22 17:02:49 -0800
commitd176ca2a48ff2b5d7becfacdcbd1d72c73bd22d1 (patch)
treec5cb3756ee0b188e0078c0896949255918b53f49 /net/openvswitch/vport.c
parentopenvswitch: fix the calculation of checksum for vlan header (diff)
downloadlinux-dev-d176ca2a48ff2b5d7becfacdcbd1d72c73bd22d1.tar.xz
linux-dev-d176ca2a48ff2b5d7becfacdcbd1d72c73bd22d1.zip
openvswitch: remove some useless comments
These comments are useless in upstream kernel. Cc: David S. Miller <davem@davemloft.net> Cc: Jesse Gross <jesse@nicira.com> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net/openvswitch/vport.c')
-rw-r--r--net/openvswitch/vport.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openvswitch/vport.c b/net/openvswitch/vport.c
index 70af0bedbac4..6255e48e64c4 100644
--- a/net/openvswitch/vport.c
+++ b/net/openvswitch/vport.c
@@ -326,8 +326,7 @@ int ovs_vport_get_options(const struct vport *vport, struct sk_buff *skb)
* @skb: skb that was received
*
* 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
- * called compute_ip_summed() to initialize the checksumming fields.
+ * skb->data should point to the Ethernet header.
*/
void ovs_vport_receive(struct vport *vport, struct sk_buff *skb)
{