diff options
| author | Cong Wang <[email protected]> | 2013-02-22 11:41:26 +0000 |
|---|---|---|
| committer | Jesse Gross <[email protected]> | 2013-02-23 01:02:49 +0000 |
| commit | d176ca2a48ff2b5d7becfacdcbd1d72c73bd22d1 (patch) | |
| tree | c5cb3756ee0b188e0078c0896949255918b53f49 /net/openvswitch/vport-netdev.c | |
| parent | openvswitch: fix the calculation of checksum for vlan header (diff) | |
| download | kernel-d176ca2a48ff2b5d7becfacdcbd1d72c73bd22d1.tar.gz kernel-d176ca2a48ff2b5d7becfacdcbd1d72c73bd22d1.zip | |
openvswitch: remove some useless comments
These comments are useless in upstream kernel.
Cc: David S. Miller <[email protected]>
Cc: Jesse Gross <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Signed-off-by: Jesse Gross <[email protected]>
Diffstat (limited to 'net/openvswitch/vport-netdev.c')
| -rw-r--r-- | net/openvswitch/vport-netdev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openvswitch/vport-netdev.c b/net/openvswitch/vport-netdev.c index 670cbc3518de..2130d61c384a 100644 --- a/net/openvswitch/vport-netdev.c +++ b/net/openvswitch/vport-netdev.c @@ -43,8 +43,7 @@ static void netdev_port_receive(struct vport *vport, struct sk_buff *skb) /* Make our own copy of the packet. Otherwise we will mangle the * packet for anyone who came before us (e.g. tcpdump via AF_PACKET). - * (No one comes after us, since we tell handle_bridge() that we took - * the packet.) */ + */ skb = skb_share_check(skb, GFP_ATOMIC); if (unlikely(!skb)) return; |
