summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
diff options
context:
space:
mode:
authorSabrina Dubroca <sd@queasysnail.net>2016-07-11 13:12:28 +0200
committerDavid S. Miller <davem@davemloft.net>2016-07-11 13:42:11 -0700
commite5de25dce9243a3d29b5ebc131cc9d59008f39f7 (patch)
tree0458cd181c31eb69cd20dad63e2f698dd3f4b67c /drivers/net/vxlan.c
parent752e6d5dfafd6acb06ae4379151ad1685bb0d1e2 (diff)
downloadlinux-e5de25dce9243a3d29b5ebc131cc9d59008f39f7.tar.gz
linux-e5de25dce9243a3d29b5ebc131cc9d59008f39f7.tar.xz
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>
Diffstat (limited to 'drivers/net/vxlan.c')
-rw-r--r--drivers/net/vxlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index ae7455da1687..da4e3d6632f6 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -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)
{