drivers/net: fixup comments after "Future-proof tunnel offload handlers"

Some comments weren't updated to reflect the renaming of ndo's and the
change of arguments.

Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Acked-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Sabrina Dubroca
2016-07-11 13:12:28 +02:00
committed by David S. Miller
parent 752e6d5dfa
commit e5de25dce9
4 changed files with 8 additions and 16 deletions

View File

@@ -2475,9 +2475,9 @@ static struct device_type vxlan_type = {
.name = "vxlan",
};
/* Calls the ndo_add_udp_enc_port of the caller in order to
/* Calls the ndo_udp_tunnel_add of the caller in order to
* supply the listening VXLAN udp ports. Callers are expected
* to implement the ndo_add_udp_enc_port.
* to implement the ndo_udp_tunnel_add.
*/
static void vxlan_push_rx_ports(struct net_device *dev)
{